Html Css Color HEX #CC09DC Deep Magenta

📋 copy color: '#CC09DC'

red 204 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #CC09DC

Tints of Deep Magenta #CC09DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 47.11%
G = 2.08%
B = 50.81%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC09DC (or 0xCC09DC) is known color: Deep Magenta. HEX triplet: CC, 09 and DC. RGB value is (204,9,220). Sum of RGB (Red+Green+Blue) = 204+9+220=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09DC is #33F623. Grayscale: #5A5A5A. Windows color (decimal): -3405348 or 14420428. OLE color: 14420428.

HSL color Cylindrical-coordinate representation of color #CC09DC: hue angle of 295.45º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09DC is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 9 220 -
CMYK 0.07 0.96 0 0.14
HSL 295.45º 0.92% 0.45% -
HSV(B) 295.45º 0.96% 0.86% -
XYZ 37.92 18.2 69.22 -
YUV 91.36 200.6 208.34 -
System Red Green Blue C M Y K H S L
Decimal 204 9 220 0.07 0.96 0 0.14 295.45 0.92 0.45
Hex CC 9 DC 7 60 0 E 127 5C 2D
Octal 314 11 334 7 140 0 16 447 134 55
Binary 11001100 1001 11011100 111 1100000 0 1110 100100111 1011100 101101

Color Harmonies of #CC09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09DC

Black with #CC09DC

Text Example


Text Example

White with #CC09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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