#C20FDE

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

Shades of Deep Magenta #C20FDE

Tints of Deep Magenta #C20FDE

Color information

#C20FDE (or 0xC20FDE) is unknown color: approx Deep Magenta. HEX triplet: C2, 0F and DE. RGB value is (194,15,222). Sum of RGB (Red+Green+Blue) = 194+15+222=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #C20FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FDE is #3DF021. Grayscale: #5B5B5B. Windows color (decimal): -4059170 or 14553026. OLE color: 14553026.

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

Color convert

RGB19415222-
CMYK0.130.9300.13
HSL291.88º87.34%46.47%-
HSV(B)291.88º93.24%87.06%-
XYZ35.617.0870.53-
YUV92.12201.3200.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 15 (6.25% from 255) = 3.48%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=45.01%
G=3.48%
B=51.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194152220.130.9300.13291.8887.3446.47
HexC2FDED5D0D124572e
Octal302173361513501544412756
Binary1100001011111101111011011011101011011001001001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20FDE; }

 p { color: rgb(194,15,222); }

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

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

 a { background-color: rgb(194,15,222); }

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

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

 span { border-color: rgb(194,15,222); }

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