Html Css Color HEX #C020D1 Deep Magenta

📋 copy color: '#C020D1'

red 192 ◦ green 32 ◦ blue 209

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

Shades of Deep Magenta #C020D1

Tints of Deep Magenta #C020D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.27%

R = 44.34%
G = 7.39%
B = 48.27%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C020D1 (or 0xC020D1) is known color: Deep Magenta. HEX triplet: C0, 20 and D1. RGB value is (192,32,209). Sum of RGB (Red+Green+Blue) = 192+32+209=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #C020D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020D1 is #3FDF2E. Grayscale: #636363. Windows color (decimal): -4185903 or 13705408. OLE color: 13705408.

HSL color Cylindrical-coordinate representation of color #C020D1: hue angle of 294.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C020D1 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 32 209 -
CMYK 0.08 0.85 0 0.18
HSL 294.24º 0.73% 0.47% -
HSV(B) 294.24º 0.85% 0.82% -
XYZ 33.76 16.84 61.79 -
YUV 100.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 192 32 209 0.08 0.85 0 0.18 294.24 0.73 0.47
Hex C0 20 D1 8 55 0 12 126 49 2F
Octal 300 40 321 10 125 0 22 446 111 57
Binary 11000000 100000 11010001 1000 1010101 0 10010 100100110 1001001 101111

Color Harmonies of #C020D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C020D1

Black with #C020D1

Text Example


Text Example

White with #C020D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C020D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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