Html Css Color HEX #C020DF Deep Magenta

📋 copy color: '#C020DF'

red 192 ◦ green 32 ◦ blue 223

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

Shades of Deep Magenta #C020DF

Tints of Deep Magenta #C020DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 42.95%
G = 7.16%
B = 49.89%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C020DF (or 0xC020DF) is known color: Deep Magenta. HEX triplet: C0, 20 and DF. RGB value is (192,32,223). Sum of RGB (Red+Green+Blue) = 192+32+223=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #C020DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020DF is #3FDF20. Grayscale: #656565. Windows color (decimal): -4185889 or 14622912. OLE color: 14622912.

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

Color convert

RGB 192 32 223 -
CMYK 0.14 0.86 0 0.13
HSL 290.26º 0.75% 0.5% -
HSV(B) 290.26º 0.86% 0.87% -
XYZ 35.57 17.57 71.33 -
YUV 101.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 192 32 223 0.14 0.86 0 0.13 290.26 0.75 0.5
Hex C0 20 DF E 56 0 D 122 4B 32
Octal 300 40 337 16 126 0 15 442 113 62
Binary 11000000 100000 11011111 1110 1010110 0 1101 100100010 1001011 110010

Color Harmonies of #C020DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020DF

Black with #C020DF

Text Example


Text Example

White with #C020DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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