Html Css Color HEX #CC20C9 Deep Magenta

📋 copy color: '#CC20C9'

red 204 ◦ green 32 ◦ blue 201

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

Shades of Deep Magenta #CC20C9

Tints of Deep Magenta #CC20C9

RGB

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

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

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

R = 46.68%
G = 7.32%
B = 46%

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

#CC20C9 (or 0xCC20C9) is known color: Deep Magenta. HEX triplet: CC, 20 and C9. RGB value is (204,32,201). Sum of RGB (Red+Green+Blue) = 204+32+201=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20C9 is #33DF36. Grayscale: #666666. Windows color (decimal): -3399479 or 13181132. OLE color: 13181132.

HSL color Cylindrical-coordinate representation of color #CC20C9: hue angle of 301.05º degrees, saturation: 0.73, 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 #CC20C9 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 201 -
CMYK 0 0.84 0.01 0.2
HSL 301.05º 0.73% 0.46% -
HSV(B) 301.05º 0.84% 0.8% -
XYZ 35.96 18.09 56.85 -
YUV 102.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 204 32 201 0 0.84 0.01 0.2 301.05 0.73 0.46
Hex CC 20 C9 0 54 1 14 12D 49 2E
Octal 314 40 311 0 124 1 24 455 111 56
Binary 11001100 100000 11001001 0 1010100 1 10100 100101101 1001001 101110

Color Harmonies of #CC20C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20C9

Black with #CC20C9

Text Example


Text Example

White with #CC20C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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