Html Css Color HEX #CC20CC Deep Magenta

📋 copy color: '#CC20CC'

red 204 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #CC20CC

Tints of Deep Magenta #CC20CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 46.36%
G = 7.27%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC20CC (or 0xCC20CC) is known color: Deep Magenta. HEX triplet: CC, 20 and CC. RGB value is (204,32,204). Sum of RGB (Red+Green+Blue) = 204+32+204=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20CC is #33DF33. Grayscale: #666666. Windows color (decimal): -3399476 or 13377740. OLE color: 13377740.

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

Color convert

RGB 204 32 204 -
CMYK 0 0.84 0 0.2
HSL 300º 0.73% 0.46% -
HSV(B) 300º 0.84% 0.8% -
XYZ 36.32 18.23 58.73 -
YUV 103.04 184.98 200.01 -
System Red Green Blue C M Y K H S L
Decimal 204 32 204 0 0.84 0 0.2 300 0.73 0.46
Hex CC 20 CC 0 54 0 14 12C 49 2E
Octal 314 40 314 0 124 0 24 454 111 56
Binary 11001100 100000 11001100 0 1010100 0 10100 100101100 1001001 101110

Color Harmonies of #CC20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20CC

Black with #CC20CC

Text Example


Text Example

White with #CC20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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