Html Css Color HEX #CC20D4 Deep Magenta

📋 copy color: '#CC20D4'

red 204 ◦ green 32 ◦ blue 212

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

Shades of Deep Magenta #CC20D4

Tints of Deep Magenta #CC20D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.32%

R = 45.54%
G = 7.14%
B = 47.32%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC20D4 (or 0xCC20D4) is known color: Deep Magenta. HEX triplet: CC, 20 and D4. RGB value is (204,32,212). Sum of RGB (Red+Green+Blue) = 204+32+212=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC20D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20D4 is #33DF2B. Grayscale: #676767. Windows color (decimal): -3399468 or 13902028. OLE color: 13902028.

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

Color convert

RGB 204 32 212 -
CMYK 0.04 0.85 0 0.17
HSL 297.33º 0.74% 0.48% -
HSV(B) 297.33º 0.85% 0.83% -
XYZ 37.3 18.62 63.92 -
YUV 103.95 188.98 199.36 -
System Red Green Blue C M Y K H S L
Decimal 204 32 212 0.04 0.85 0 0.17 297.33 0.74 0.48
Hex CC 20 D4 4 55 0 11 129 4A 30
Octal 314 40 324 4 125 0 21 451 112 60
Binary 11001100 100000 11010100 100 1010101 0 10001 100101001 1001010 110000

Color Harmonies of #CC20D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20D4

Black with #CC20D4

Text Example


Text Example

White with #CC20D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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