Html Css Color HEX #CC08DD Deep Magenta

📋 copy color: '#CC08DD'

red 204 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #CC08DD

Tints of Deep Magenta #CC08DD

RGB

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

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

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

R = 47.11%
G = 1.85%
B = 51.04%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC08DD (or 0xCC08DD) is known color: Deep Magenta. HEX triplet: CC, 08 and DD. RGB value is (204,8,221). Sum of RGB (Red+Green+Blue) = 204+8+221=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC08DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08DD is #33F722. Grayscale: #5A5A5A. Windows color (decimal): -3405603 or 14485708. OLE color: 14485708.

HSL color Cylindrical-coordinate representation of color #CC08DD: hue angle of 295.21º 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 #CC08DD is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 8 221 -
CMYK 0.08 0.96 0 0.13
HSL 295.21º 0.93% 0.45% -
HSV(B) 295.21º 0.96% 0.87% -
XYZ 38.04 18.23 69.92 -
YUV 90.89 201.43 208.68 -
System Red Green Blue C M Y K H S L
Decimal 204 8 221 0.08 0.96 0 0.13 295.21 0.93 0.45
Hex CC 8 DD 8 60 0 D 127 5D 2D
Octal 314 10 335 10 140 0 15 447 135 55
Binary 11001100 1000 11011101 1000 1100000 0 1101 100100111 1011101 101101

Color Harmonies of #CC08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08DD

Black with #CC08DD

Text Example


Text Example

White with #CC08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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