#CC098E

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

Shades of Medium Violet Red #CC098E

Tints of Medium Violet Red #CC098E

Color information

#CC098E (or 0xCC098E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 09 and 8E. RGB value is (204,9,142). Sum of RGB (Red+Green+Blue) = 204+9+142=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC098E is #33F671. Grayscale: #525252. Windows color (decimal): -3405426 or 9308620. OLE color: 9308620.

HSL color Cylindrical-coordinate representation of color #CC098E: hue angle of 319.08º 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 #CC098E is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB2049142-
CMYK00.960.300.2
HSL319.08º91.55%41.76%-
HSV(B)319.08º95.59%80%-
XYZ29.8814.9926.91-
YUV82.47161.6214.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 142 (55.86% from 255) = 40%
R=57.46%
G=2.54%
B=40%

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
Decimal204914200.960.300.2319.0891.5541.76
HexCC98E0601E1413f5c2a
Octal314112160140362447713452
Binary110011001001100011100110000011110101001001111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC098E; }

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

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

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

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

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

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

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

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