Html Css Color HEX #CC08CE Deep Magenta

📋 copy color: '#CC08CE'

red 204 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #CC08CE

Tints of Deep Magenta #CC08CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 48.8%
G = 1.91%
B = 49.28%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC08CE (or 0xCC08CE) is known color: Deep Magenta. HEX triplet: CC, 08 and CE. RGB value is (204,8,206). Sum of RGB (Red+Green+Blue) = 204+8+206=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08CE is #33F731. Grayscale: #585858. Windows color (decimal): -3405618 or 13502668. OLE color: 13502668.

HSL color Cylindrical-coordinate representation of color #CC08CE: hue angle of 299.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08CE is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 8 206 -
CMYK 0.01 0.96 0 0.19
HSL 299.39º 0.93% 0.42% -
HSV(B) 299.39º 0.96% 0.81% -
XYZ 36.13 17.47 59.86 -
YUV 89.18 193.93 209.9 -
System Red Green Blue C M Y K H S L
Decimal 204 8 206 0.01 0.96 0 0.19 299.39 0.93 0.42
Hex CC 8 CE 1 60 0 13 12B 5D 2A
Octal 314 10 316 1 140 0 23 453 135 52
Binary 11001100 1000 11001110 1 1100000 0 10011 100101011 1011101 101010

Color Harmonies of #CC08CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08CE

Black with #CC08CE

Text Example


Text Example

White with #CC08CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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