Html Css Color HEX #DC20CC Deep Magenta

📋 copy color: '#DC20CC'

red 220 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #DC20CC

Tints of Deep Magenta #DC20CC

RGB

 RED value IS 220 (86.33% from 255) = 48.25%

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

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

R = 48.25%
G = 7.02%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC20CC (or 0xDC20CC) is known color: Deep Magenta. HEX triplet: DC, 20 and CC. RGB value is (220,32,204). Sum of RGB (Red+Green+Blue) = 220+32+204=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20CC is #23DF33. Grayscale: #6B6B6B. Windows color (decimal): -2350900 or 13377756. OLE color: 13377756.

HSL color Cylindrical-coordinate representation of color #DC20CC: hue angle of 305.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20CC is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 204 -
CMYK 0 0.85 0.07 0.14
HSL 305.11º 0.75% 0.49% -
HSV(B) 305.11º 0.85% 0.86% -
XYZ 40.93 20.61 58.95 -
YUV 107.82 182.28 208.01 -
System Red Green Blue C M Y K H S L
Decimal 220 32 204 0 0.85 0.07 0.14 305.11 0.75 0.49
Hex DC 20 CC 0 55 7 E 131 4B 31
Octal 334 40 314 0 125 7 16 461 113 61
Binary 11011100 100000 11001100 0 1010101 111 1110 100110001 1001011 110001

Color Harmonies of #DC20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20CC

Black with #DC20CC

Text Example


Text Example

White with #DC20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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