#C20ED8

Color #C20ED8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C20ED8

Tints of Deep Magenta #C20ED8

Color information

#C20ED8 (or 0xC20ED8) is unknown color: approx Deep Magenta. HEX triplet: C2, 0E and D8. RGB value is (194,14,216). Sum of RGB (Red+Green+Blue) = 194+14+216=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #C20ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ED8 is #3DF127. Grayscale: #5A5A5A. Windows color (decimal): -4059432 or 14159554. OLE color: 14159554.

HSL color Cylindrical-coordinate representation of color #C20ED8: hue angle of 293.47º degrees, saturation: 0.88, 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 #C20ED8 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19414216-
CMYK0.100.9400.15
HSL293.47º87.83%45.1%-
HSV(B)293.47º93.52%84.71%-
XYZ34.816.7466.36-
YUV90.85198.63201.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 14 (5.86% from 255) = 3.30%
BLUE value IS 216 (84.77% from 255) = 50.94%
R=45.75%
G=3.30%
B=50.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194142160.100.9400.15293.4787.8345.1
HexC2ED8A5E0F125582d
Octal302163301213601744513055
Binary1100001011101101100010101011110011111001001011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20ED8; }

 p { color: rgb(194,14,216); }

 H1.HeaderClassName
 {
   color: #C20ED8;
 }
 .AnyTagClassName
 {
   color: #C20ED8;
 }
</style>
background-color css

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

 a { background-color: rgb(194,14,216); }

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

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

 span { border-color: rgb(194,14,216); }

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