Html Css Color HEX #CC06DC Deep Magenta

📋 copy color: '#CC06DC'

red 204 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #CC06DC

Tints of Deep Magenta #CC06DC

RGB

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

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

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

R = 47.44%
G = 1.4%
B = 51.16%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC06DC (or 0xCC06DC) is known color: Deep Magenta. HEX triplet: CC, 06 and DC. RGB value is (204,6,220). Sum of RGB (Red+Green+Blue) = 204+6+220=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06DC is #33F923. Grayscale: #585858. Windows color (decimal): -3406116 or 14419660. OLE color: 14419660.

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

Color convert

RGB 204 6 220 -
CMYK 0.07 0.97 0 0.14
HSL 295.51º 0.95% 0.44% -
HSV(B) 295.51º 0.97% 0.86% -
XYZ 37.89 18.13 69.21 -
YUV 89.6 201.6 209.6 -
System Red Green Blue C M Y K H S L
Decimal 204 6 220 0.07 0.97 0 0.14 295.51 0.95 0.44
Hex CC 6 DC 7 61 0 E 128 5F 2C
Octal 314 6 334 7 141 0 16 450 137 54
Binary 11001100 110 11011100 111 1100001 0 1110 100101000 1011111 101100

Color Harmonies of #CC06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06DC

Black with #CC06DC

Text Example


Text Example

White with #CC06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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