#CC098F

Color #CC098F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CC098F

Tints of Medium Violet Red #CC098F

Color information

#CC098F (or 0xCC098F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 09 and 8F. RGB value is (204,9,143). Sum of RGB (Red+Green+Blue) = 204+9+143=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC098F is #33F670. Grayscale: #525252. Windows color (decimal): -3405425 or 9374156. OLE color: 9374156.

HSL color Cylindrical-coordinate representation of color #CC098F: hue angle of 318.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC098F is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB2049143-
CMYK00.960.300.2
HSL318.77º91.55%41.76%-
HSV(B)318.77º95.59%80%-
XYZ29.9615.0227.31-
YUV82.58162.1214.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 9 (3.91% from 255) = 2.53%
BLUE value IS 143 (56.25% from 255) = 40.17%
R=57.30%
G=2.53%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204914300.960.300.2318.7791.5541.76
HexCC98F0601E1413f5c2a
Octal314112170140362447713452
Binary110011001001100011110110000011110101001001111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC098F; }

 p { color: rgb(204,9,143); }

 H1.HeaderClassName
 {
   color: #CC098F;
 }
 .AnyTagClassName
 {
   color: #CC098F;
 }
</style>
background-color css

<style>
 a { background-color: #CC098F; }

 a { background-color: rgb(204,9,143); }

 div.DivClassName
 {
   background-color: #CC098F;
 }
 .BgClassName
 {
   background-color: #CC098F;
 }
</style>
border-color css

<style>
 span { border-color: #CC098F; }

 span { border-color: rgb(204,9,143); }

 td.TdClassName
 {
   border-color: #CC098F;
 }
 .TagClassName
 {
   border-color: #CC098F;
 }
</style>