Html Css Color HEX #C20AD1 Deep Magenta

📋 copy color: '#C20AD1'

red 194 ◦ green 10 ◦ blue 209

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

Shades of Deep Magenta #C20AD1

Tints of Deep Magenta #C20AD1

RGB

 RED value IS 194 (76.17% from 255) = 46.97%

 GREEN value IS 10 (4.3% from 255) = 2.42%

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

R = 46.97%
G = 2.42%
B = 50.61%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C20AD1 (or 0xC20AD1) is known color: Deep Magenta. HEX triplet: C2, 0A and D1. RGB value is (194,10,209). Sum of RGB (Red+Green+Blue) = 194+10+209=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #C20AD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AD1 is #3DF52E. Grayscale: #575757. Windows color (decimal): -4060463 or 13699778. OLE color: 13699778.

HSL color Cylindrical-coordinate representation of color #C20AD1: hue angle of 295.48º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AD1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 10 209 -
CMYK 0.07 0.95 0 0.18
HSL 295.48º 0.91% 0.43% -
HSV(B) 295.48º 0.95% 0.82% -
XYZ 33.87 16.29 61.68 -
YUV 87.7 196.46 203.82 -
System Red Green Blue C M Y K H S L
Decimal 194 10 209 0.07 0.95 0 0.18 295.48 0.91 0.43
Hex C2 A D1 7 5F 0 12 127 5B 2B
Octal 302 12 321 7 137 0 22 447 133 53
Binary 11000010 1010 11010001 111 1011111 0 10010 100100111 1011011 101011

Color Harmonies of #C20AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AD1

Black with #C20AD1

Text Example


Text Example

White with #C20AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AD1; }

 p { color: rgb(194,10,209); }

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

background-color css

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

 a { background-color: rgb(194,10,209); }

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

border-color css

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

 span { border-color: rgb(194,10,209); }

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