Html Css Color HEX #CC20D6 Deep Magenta

📋 copy color: '#CC20D6'

red 204 ◦ green 32 ◦ blue 214

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

Shades of Deep Magenta #CC20D6

Tints of Deep Magenta #CC20D6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.11%

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 45.33%
G = 7.11%
B = 47.56%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC20D6 (or 0xCC20D6) is known color: Deep Magenta. HEX triplet: CC, 20 and D6. RGB value is (204,32,214). Sum of RGB (Red+Green+Blue) = 204+32+214=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC20D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20D6 is #33DF29. Grayscale: #676767. Windows color (decimal): -3399466 or 14033100. OLE color: 14033100.

HSL color Cylindrical-coordinate representation of color #CC20D6: hue angle of 296.7º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC20D6 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 32 214 -
CMYK 0.05 0.85 0 0.16
HSL 296.7º 0.74% 0.48% -
HSV(B) 296.7º 0.85% 0.84% -
XYZ 37.56 18.73 65.25 -
YUV 104.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 204 32 214 0.05 0.85 0 0.16 296.7 0.74 0.48
Hex CC 20 D6 5 55 0 10 129 4A 30
Octal 314 40 326 5 125 0 20 451 112 60
Binary 11001100 100000 11010110 101 1010101 0 10000 100101001 1001010 110000

Color Harmonies of #CC20D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20D6

Black with #CC20D6

Text Example


Text Example

White with #CC20D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20D6; }

 p { color: rgb(204,32,214); }

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

background-color css

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

 a { background-color: rgb(204,32,214); }

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

border-color css

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

 span { border-color: rgb(204,32,214); }

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