Html Css Color HEX #CC06CC Deep Magenta

📋 copy color: '#CC06CC'

red 204 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #CC06CC

Tints of Deep Magenta #CC06CC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

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

R = 49.28%
G = 1.45%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC06CC (or 0xCC06CC) is known color: Deep Magenta. HEX triplet: CC, 06 and CC. RGB value is (204,6,204). Sum of RGB (Red+Green+Blue) = 204+6+204=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC06CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06CC is #33F933. Grayscale: #575757. Windows color (decimal): -3406132 or 13371084. OLE color: 13371084.

HSL color Cylindrical-coordinate representation of color #CC06CC: hue angle of 300º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06CC is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 204 -
CMYK 0 0.97 0 0.2
HSL 300º 0.94% 0.41% -
HSV(B) 300º 0.97% 0.8% -
XYZ 35.87 17.33 58.58 -
YUV 87.77 193.6 210.9 -
System Red Green Blue C M Y K H S L
Decimal 204 6 204 0 0.97 0 0.2 300 0.94 0.41
Hex CC 6 CC 0 61 0 14 12C 5E 29
Octal 314 6 314 0 141 0 24 454 136 51
Binary 11001100 110 11001100 0 1100001 0 10100 100101100 1011110 101001

Color Harmonies of #CC06CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06CC

Black with #CC06CC

Text Example


Text Example

White with #CC06CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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