Html Css Color HEX #C20DD9 Deep Magenta

📋 copy color: '#C20DD9'

red 194 ◦ green 13 ◦ blue 217

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

Shades of Deep Magenta #C20DD9

Tints of Deep Magenta #C20DD9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

 BLUE value IS 217 (85.16% from 255) = 51.18%

R = 45.75%
G = 3.07%
B = 51.18%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C20DD9 (or 0xC20DD9) is known color: Deep Magenta. HEX triplet: C2, 0D and D9. RGB value is (194,13,217). Sum of RGB (Red+Green+Blue) = 194+13+217=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #C20DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DD9 is #3DF226. Grayscale: #595959. Windows color (decimal): -4059687 or 14224834. OLE color: 14224834.

HSL color Cylindrical-coordinate representation of color #C20DD9: hue angle of 293.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DD9 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 13 217 -
CMYK 0.11 0.94 0 0.15
HSL 293.24º 0.89% 0.45% -
HSV(B) 293.24º 0.94% 0.85% -
XYZ 34.92 16.77 67.04 -
YUV 90.38 199.47 201.91 -
System Red Green Blue C M Y K H S L
Decimal 194 13 217 0.11 0.94 0 0.15 293.24 0.89 0.45
Hex C2 D D9 B 5E 0 F 125 59 2D
Octal 302 15 331 13 136 0 17 445 131 55
Binary 11000010 1101 11011001 1011 1011110 0 1111 100100101 1011001 101101

Color Harmonies of #C20DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DD9

Black with #C20DD9

Text Example


Text Example

White with #C20DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DD9; }

 p { color: rgb(194,13,217); }

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

background-color css

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

 a { background-color: rgb(194,13,217); }

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

border-color css

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

 span { border-color: rgb(194,13,217); }

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