Html Css Color HEX #C020DC Deep Magenta

📋 copy color: '#C020DC'

red 192 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #C020DC

Tints of Deep Magenta #C020DC

RGB

 RED value IS 192 (75.39% from 255) = 43.24%

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 43.24%
G = 7.21%
B = 49.55%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C020DC (or 0xC020DC) is known color: Deep Magenta. HEX triplet: C0, 20 and DC. RGB value is (192,32,220). Sum of RGB (Red+Green+Blue) = 192+32+220=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #C020DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020DC is #3FDF23. Grayscale: #646464. Windows color (decimal): -4185892 or 14426304. OLE color: 14426304.

HSL color Cylindrical-coordinate representation of color #C020DC: hue angle of 291.06º 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 #C020DC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 32 220 -
CMYK 0.13 0.85 0 0.14
HSL 291.06º 0.75% 0.49% -
HSV(B) 291.06º 0.85% 0.86% -
XYZ 35.17 17.41 69.22 -
YUV 101.27 195.01 192.71 -
System Red Green Blue C M Y K H S L
Decimal 192 32 220 0.13 0.85 0 0.14 291.06 0.75 0.49
Hex C0 20 DC D 55 0 E 123 4B 31
Octal 300 40 334 15 125 0 16 443 113 61
Binary 11000000 100000 11011100 1101 1010101 0 1110 100100011 1001011 110001

Color Harmonies of #C020DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020DC

Black with #C020DC

Text Example


Text Example

White with #C020DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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