Html Css Color HEX #CC09CB Deep Magenta

📋 copy color: '#CC09CB'

red 204 ◦ green 9 ◦ blue 203

#CC09CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CC09CB

Tints of Deep Magenta #CC09CB

RGB

 RED value IS 204 (80.08% from 255) = 49.04%

 GREEN value IS 9 (3.91% from 255) = 2.16%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 49.04%
G = 2.16%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC09CB (or 0xCC09CB) is known color: Deep Magenta. HEX triplet: CC, 09 and CB. RGB value is (204,9,203). Sum of RGB (Red+Green+Blue) = 204+9+203=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09CB is #33F634. Grayscale: #585858. Windows color (decimal): -3405365 or 13306316. OLE color: 13306316.

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

Color convert

RGB 204 9 203 -
CMYK 0 0.96 0.00 0.2
HSL 300.31º 0.92% 0.42% -
HSV(B) 300.31º 0.96% 0.8% -
XYZ 35.78 17.34 57.96 -
YUV 89.42 192.1 209.73 -
System Red Green Blue C M Y K H S L
Decimal 204 9 203 0 0.96 0.00 0.2 300.31 0.92 0.42
Hex CC 9 CB 0 60 0 14 12C 5C 2A
Octal 314 11 313 0 140 0 24 454 134 52
Binary 11001100 1001 11001011 0 1100000 0 10100 100101100 1011100 101010

Color Harmonies of #CC09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09CB

Black with #CC09CB

Text Example


Text Example

White with #CC09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09CB; }

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

 H1.HeaderClassName
 {
   color: #CC09CB;
 }
 .AnyTagClassName
 {
   color: #CC09CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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