Html Css Color HEX #CC21D6 Deep Magenta

📋 copy color: '#CC21D6'

red 204 ◦ green 33 ◦ blue 214

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

Shades of Deep Magenta #CC21D6

Tints of Deep Magenta #CC21D6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.32%

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

R = 45.23%
G = 7.32%
B = 47.45%

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

#CC21D6 (or 0xCC21D6) is known color: Deep Magenta. HEX triplet: CC, 21 and D6. RGB value is (204,33,214). Sum of RGB (Red+Green+Blue) = 204+33+214=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC21D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21D6 is #33DE29. Grayscale: #686868. Windows color (decimal): -3399210 or 14033356. OLE color: 14033356.

HSL color Cylindrical-coordinate representation of color #CC21D6: hue angle of 296.69º degrees, saturation: 0.73, 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 #CC21D6 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 33 214 -
CMYK 0.05 0.85 0 0.16
HSL 296.69º 0.73% 0.48% -
HSV(B) 296.69º 0.85% 0.84% -
XYZ 37.58 18.78 65.26 -
YUV 104.76 189.65 198.78 -
System Red Green Blue C M Y K H S L
Decimal 204 33 214 0.05 0.85 0 0.16 296.69 0.73 0.48
Hex CC 21 D6 5 55 0 10 129 49 30
Octal 314 41 326 5 125 0 20 451 111 60
Binary 11001100 100001 11010110 101 1010101 0 10000 100101001 1001001 110000

Color Harmonies of #CC21D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21D6

Black with #CC21D6

Text Example


Text Example

White with #CC21D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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