Html Css Color HEX #CC20CA Deep Magenta

📋 copy color: '#CC20CA'

red 204 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #CC20CA

Tints of Deep Magenta #CC20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 46.58%
G = 7.31%
B = 46.12%

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

#CC20CA (or 0xCC20CA) is known color: Deep Magenta. HEX triplet: CC, 20 and CA. RGB value is (204,32,202). Sum of RGB (Red+Green+Blue) = 204+32+202=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20CA is #33DF35. Grayscale: #666666. Windows color (decimal): -3399478 or 13246668. OLE color: 13246668.

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

Color convert

RGB 204 32 202 -
CMYK 0 0.84 0.01 0.2
HSL 300.7º 0.73% 0.46% -
HSV(B) 300.7º 0.84% 0.8% -
XYZ 36.08 18.13 57.48 -
YUV 102.81 183.98 200.18 -
System Red Green Blue C M Y K H S L
Decimal 204 32 202 0 0.84 0.01 0.2 300.7 0.73 0.46
Hex CC 20 CA 0 54 1 14 12D 49 2E
Octal 314 40 312 0 124 1 24 455 111 56
Binary 11001100 100000 11001010 0 1010100 1 10100 100101101 1001001 101110

Color Harmonies of #CC20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20CA

Black with #CC20CA

Text Example


Text Example

White with #CC20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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