Html Css Color HEX #CC20CE Deep Magenta

📋 copy color: '#CC20CE'

red 204 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #CC20CE

Tints of Deep Magenta #CC20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 46.15%
G = 7.24%
B = 46.61%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC20CE (or 0xCC20CE) is known color: Deep Magenta. HEX triplet: CC, 20 and CE. RGB value is (204,32,206). Sum of RGB (Red+Green+Blue) = 204+32+206=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20CE is #33DF31. Grayscale: #666666. Windows color (decimal): -3399474 or 13508812. OLE color: 13508812.

HSL color Cylindrical-coordinate representation of color #CC20CE: hue angle of 299.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC20CE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 32 206 -
CMYK 0.01 0.84 0 0.19
HSL 299.31º 0.73% 0.47% -
HSV(B) 299.31º 0.84% 0.81% -
XYZ 36.56 18.33 60 -
YUV 103.26 185.98 199.85 -
System Red Green Blue C M Y K H S L
Decimal 204 32 206 0.01 0.84 0 0.19 299.31 0.73 0.47
Hex CC 20 CE 1 54 0 13 12B 49 2F
Octal 314 40 316 1 124 0 23 453 111 57
Binary 11001100 100000 11001110 1 1010100 0 10011 100101011 1001001 101111

Color Harmonies of #CC20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20CE

Black with #CC20CE

Text Example


Text Example

White with #CC20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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