Html Css Color HEX #CC08DF Deep Magenta

📋 copy color: '#CC08DF'

red 204 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #CC08DF

Tints of Deep Magenta #CC08DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 46.9%
G = 1.84%
B = 51.26%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC08DF (or 0xCC08DF) is known color: Deep Magenta. HEX triplet: CC, 08 and DF. RGB value is (204,8,223). Sum of RGB (Red+Green+Blue) = 204+8+223=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08DF is #33F720. Grayscale: #5A5A5A. Windows color (decimal): -3405601 or 14616780. OLE color: 14616780.

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

Color convert

RGB 204 8 223 -
CMYK 0.09 0.96 0 0.13
HSL 294.7º 0.93% 0.45% -
HSV(B) 294.7º 0.96% 0.87% -
XYZ 38.31 18.34 71.33 -
YUV 91.11 202.43 208.52 -
System Red Green Blue C M Y K H S L
Decimal 204 8 223 0.09 0.96 0 0.13 294.7 0.93 0.45
Hex CC 8 DF 9 60 0 D 127 5D 2D
Octal 314 10 337 11 140 0 15 447 135 55
Binary 11001100 1000 11011111 1001 1100000 0 1101 100100111 1011101 101101

Color Harmonies of #CC08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08DF

Black with #CC08DF

Text Example


Text Example

White with #CC08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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