#CC09B4

Color #CC09B4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CC09B4

Tints of Deep Magenta #CC09B4

Color information

#CC09B4 (or 0xCC09B4) is unknown color: approx Deep Magenta. HEX triplet: CC, 09 and B4. RGB value is (204,9,180). Sum of RGB (Red+Green+Blue) = 204+9+180=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09B4 is #33F64B. Grayscale: #565656. Windows color (decimal): -3405388 or 11798988. OLE color: 11798988.

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

Color convert

RGB2049180-
CMYK00.960.120.2
HSL307.38º91.55%41.76%-
HSV(B)307.38º95.59%80%-
XYZ33.2416.3344.58-
YUV86.8180.6211.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 9 (3.91% from 255) = 2.29%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=51.91%
G=2.29%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204918000.960.120.2307.3891.5541.76
HexCC9B4060C141335c2a
Octal314112640140142446313452
Binary11001100100110110100011000001100101001001100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC09B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC09B4; }

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

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

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

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

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

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

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

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