Html Css Color HEX #CC09CC Deep Magenta

📋 copy color: '#CC09CC'

red 204 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #CC09CC

Tints of Deep Magenta #CC09CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 48.92%
G = 2.16%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC09CC (or 0xCC09CC) is known color: Deep Magenta. HEX triplet: CC, 09 and CC. RGB value is (204,9,204). Sum of RGB (Red+Green+Blue) = 204+9+204=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09CC is #33F633. Grayscale: #585858. Windows color (decimal): -3405364 or 13371852. OLE color: 13371852.

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

Color convert

RGB 204 9 204 -
CMYK 0 0.96 0 0.2
HSL 300º 0.92% 0.42% -
HSV(B) 300º 0.96% 0.8% -
XYZ 35.9 17.39 58.59 -
YUV 89.54 192.6 209.64 -
System Red Green Blue C M Y K H S L
Decimal 204 9 204 0 0.96 0 0.2 300 0.92 0.42
Hex CC 9 CC 0 60 0 14 12C 5C 2A
Octal 314 11 314 0 140 0 24 454 134 52
Binary 11001100 1001 11001100 0 1100000 0 10100 100101100 1011100 101010

Color Harmonies of #CC09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09CC

Black with #CC09CC

Text Example


Text Example

White with #CC09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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