Html Css Color HEX #CC06DB Deep Magenta

📋 copy color: '#CC06DB'

red 204 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #CC06DB

Tints of Deep Magenta #CC06DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 47.55%
G = 1.4%
B = 51.05%

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

#CC06DB (or 0xCC06DB) is known color: Deep Magenta. HEX triplet: CC, 06 and DB. RGB value is (204,6,219). Sum of RGB (Red+Green+Blue) = 204+6+219=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06DB is #33F924. Grayscale: #585858. Windows color (decimal): -3406117 or 14354124. OLE color: 14354124.

HSL color Cylindrical-coordinate representation of color #CC06DB: hue angle of 295.77º 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 #CC06DB is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 6 219 -
CMYK 0.07 0.97 0 0.14
HSL 295.77º 0.95% 0.44% -
HSV(B) 295.77º 0.97% 0.86% -
XYZ 37.75 18.08 68.52 -
YUV 89.48 201.1 209.68 -
System Red Green Blue C M Y K H S L
Decimal 204 6 219 0.07 0.97 0 0.14 295.77 0.95 0.44
Hex CC 6 DB 7 61 0 E 128 5F 2C
Octal 314 6 333 7 141 0 16 450 137 54
Binary 11001100 110 11011011 111 1100001 0 1110 100101000 1011111 101100

Color Harmonies of #CC06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06DB

Black with #CC06DB

Text Example


Text Example

White with #CC06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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