Html Css Color HEX #CC21D9 Deep Magenta

📋 copy color: '#CC21D9'

red 204 ◦ green 33 ◦ blue 217

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

Shades of Deep Magenta #CC21D9

Tints of Deep Magenta #CC21D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.8%

R = 44.93%
G = 7.27%
B = 47.8%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC21D9 (or 0xCC21D9) is known color: Deep Magenta. HEX triplet: CC, 21 and D9. RGB value is (204,33,217). Sum of RGB (Red+Green+Blue) = 204+33+217=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC21D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21D9 is #33DE26. Grayscale: #686868. Windows color (decimal): -3399207 or 14229964. OLE color: 14229964.

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

Color convert

RGB 204 33 217 -
CMYK 0.06 0.85 0 0.15
HSL 295.76º 0.74% 0.49% -
HSV(B) 295.76º 0.85% 0.85% -
XYZ 37.97 18.93 67.3 -
YUV 105.11 191.15 198.54 -
System Red Green Blue C M Y K H S L
Decimal 204 33 217 0.06 0.85 0 0.15 295.76 0.74 0.49
Hex CC 21 D9 6 55 0 F 128 4A 31
Octal 314 41 331 6 125 0 17 450 112 61
Binary 11001100 100001 11011001 110 1010101 0 1111 100101000 1001010 110001

Color Harmonies of #CC21D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21D9

Black with #CC21D9

Text Example


Text Example

White with #CC21D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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