Html Css Color HEX #CC20CD Deep Magenta

📋 copy color: '#CC20CD'

red 204 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #CC20CD

Tints of Deep Magenta #CC20CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 46.26%
G = 7.26%
B = 46.49%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC20CD (or 0xCC20CD) is known color: Deep Magenta. HEX triplet: CC, 20 and CD. RGB value is (204,32,205). Sum of RGB (Red+Green+Blue) = 204+32+205=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC20CD is #33DF32. Grayscale: #666666. Windows color (decimal): -3399475 or 13443276. OLE color: 13443276.

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

Color convert

RGB 204 32 205 -
CMYK 0.00 0.84 0 0.20
HSL 299.65º 0.73% 0.46% -
HSV(B) 299.65º 0.84% 0.8% -
XYZ 36.44 18.28 59.37 -
YUV 103.15 185.48 199.93 -
System Red Green Blue C M Y K H S L
Decimal 204 32 205 0.00 0.84 0 0.20 299.65 0.73 0.46
Hex CC 20 CD 0 54 0 14 12C 49 2E
Octal 314 40 315 0 124 0 24 454 111 56
Binary 11001100 100000 11001101 0 1010100 0 10100 100101100 1001001 101110

Color Harmonies of #CC20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20CD

Black with #CC20CD

Text Example


Text Example

White with #CC20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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