Html Css Color HEX #CC08DA Deep Magenta

📋 copy color: '#CC08DA'

red 204 ◦ green 8 ◦ blue 218

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

Shades of Deep Magenta #CC08DA

Tints of Deep Magenta #CC08DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 47.44%
G = 1.86%
B = 50.7%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC08DA (or 0xCC08DA) is known color: Deep Magenta. HEX triplet: CC, 08 and DA. RGB value is (204,8,218). Sum of RGB (Red+Green+Blue) = 204+8+218=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC08DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08DA is #33F725. Grayscale: #595959. Windows color (decimal): -3405606 or 14289100. OLE color: 14289100.

HSL color Cylindrical-coordinate representation of color #CC08DA: hue angle of 296º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08DA is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 8 218 -
CMYK 0.06 0.96 0 0.15
HSL 296º 0.93% 0.44% -
HSV(B) 296º 0.96% 0.85% -
XYZ 37.64 18.07 67.83 -
YUV 90.54 199.93 208.92 -
System Red Green Blue C M Y K H S L
Decimal 204 8 218 0.06 0.96 0 0.15 296 0.93 0.44
Hex CC 8 DA 6 60 0 F 128 5D 2C
Octal 314 10 332 6 140 0 17 450 135 54
Binary 11001100 1000 11011010 110 1100000 0 1111 100101000 1011101 101100

Color Harmonies of #CC08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08DA

Black with #CC08DA

Text Example


Text Example

White with #CC08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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