Html Css Color HEX #CC08DB Deep Magenta

📋 copy color: '#CC08DB'

red 204 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #CC08DB

Tints of Deep Magenta #CC08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.86%

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

R = 47.33%
G = 1.86%
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

#CC08DB (or 0xCC08DB) is known color: Deep Magenta. HEX triplet: CC, 08 and DB. RGB value is (204,8,219). Sum of RGB (Red+Green+Blue) = 204+8+219=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08DB is #33F724. Grayscale: #5A5A5A. Windows color (decimal): -3405605 or 14354636. OLE color: 14354636.

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

Color convert

RGB 204 8 219 -
CMYK 0.07 0.96 0 0.14
HSL 295.73º 0.93% 0.45% -
HSV(B) 295.73º 0.96% 0.86% -
XYZ 37.77 18.13 68.53 -
YUV 90.66 200.43 208.84 -
System Red Green Blue C M Y K H S L
Decimal 204 8 219 0.07 0.96 0 0.14 295.73 0.93 0.45
Hex CC 8 DB 7 60 0 E 128 5D 2D
Octal 314 10 333 7 140 0 16 450 135 55
Binary 11001100 1000 11011011 111 1100000 0 1110 100101000 1011101 101101

Color Harmonies of #CC08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08DB

Black with #CC08DB

Text Example


Text Example

White with #CC08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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