Html Css Color HEX #CC21C9 Deep Magenta

📋 copy color: '#CC21C9'

red 204 ◦ green 33 ◦ blue 201

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

Shades of Deep Magenta #CC21C9

Tints of Deep Magenta #CC21C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.89%

R = 46.58%
G = 7.53%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC21C9 (or 0xCC21C9) is known color: Deep Magenta. HEX triplet: CC, 21 and C9. RGB value is (204,33,201). Sum of RGB (Red+Green+Blue) = 204+33+201=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21C9 is #33DE36. Grayscale: #666666. Windows color (decimal): -3399223 or 13181388. OLE color: 13181388.

HSL color Cylindrical-coordinate representation of color #CC21C9: hue angle of 301.05º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21C9 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 201 -
CMYK 0 0.84 0.01 0.2
HSL 301.05º 0.72% 0.46% -
HSV(B) 301.05º 0.84% 0.8% -
XYZ 35.99 18.14 56.86 -
YUV 103.28 183.15 199.84 -
System Red Green Blue C M Y K H S L
Decimal 204 33 201 0 0.84 0.01 0.2 301.05 0.72 0.46
Hex CC 21 C9 0 54 1 14 12D 48 2E
Octal 314 41 311 0 124 1 24 455 110 56
Binary 11001100 100001 11001001 0 1010100 1 10100 100101101 1001000 101110

Color Harmonies of #CC21C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21C9

Black with #CC21C9

Text Example


Text Example

White with #CC21C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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