#C014D9

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

Shades of Deep Magenta #C014D9

Tints of Deep Magenta #C014D9

Color information

#C014D9 (or 0xC014D9) is unknown color: approx Deep Magenta. HEX triplet: C0, 14 and D9. RGB value is (192,20,217). Sum of RGB (Red+Green+Blue) = 192+20+217=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #C014D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014D9 is #3FEB26. Grayscale: #5D5D5D. Windows color (decimal): -4188967 or 14226624. OLE color: 14226624.

HSL color Cylindrical-coordinate representation of color #C014D9: hue angle of 292.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C014D9 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19220217-
CMYK0.120.9100.15
HSL292.39º83.12%46.47%-
HSV(B)292.39º90.78%85.1%-
XYZ34.5116.7267.05-
YUV93.89197.48197.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 20 (8.20% from 255) = 4.66%
BLUE value IS 217 (85.16% from 255) = 50.58%
R=44.76%
G=4.66%
B=50.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192202170.120.9100.15292.3983.1246.47
HexC014D9C5B0F124532e
Octal300243311413301744412356
Binary11000000101001101100111001011011011111001001001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C014D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C014D9; }

 p { color: rgb(192,20,217); }

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

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

 a { background-color: rgb(192,20,217); }

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

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

 span { border-color: rgb(192,20,217); }

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