Html Css Color HEX #CC06DD Deep Magenta

📋 copy color: '#CC06DD'

red 204 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #CC06DD

Tints of Deep Magenta #CC06DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 47.33%
G = 1.39%
B = 51.28%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC06DD (or 0xCC06DD) is known color: Deep Magenta. HEX triplet: CC, 06 and DD. RGB value is (204,6,221). Sum of RGB (Red+Green+Blue) = 204+6+221=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06DD is #33F922. Grayscale: #595959. Windows color (decimal): -3406115 or 14485196. OLE color: 14485196.

HSL color Cylindrical-coordinate representation of color #CC06DD: hue angle of 295.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06DD is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 6 221 -
CMYK 0.08 0.97 0 0.13
HSL 295.26º 0.95% 0.45% -
HSV(B) 295.26º 0.97% 0.87% -
XYZ 38.02 18.19 69.91 -
YUV 89.71 202.1 209.52 -
System Red Green Blue C M Y K H S L
Decimal 204 6 221 0.08 0.97 0 0.13 295.26 0.95 0.45
Hex CC 6 DD 8 61 0 D 127 5F 2D
Octal 314 6 335 10 141 0 15 447 137 55
Binary 11001100 110 11011101 1000 1100001 0 1101 100100111 1011111 101101

Color Harmonies of #CC06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06DD

Black with #CC06DD

Text Example


Text Example

White with #CC06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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