#C013AD

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

Shades of Deep Magenta #C013AD

Tints of Deep Magenta #C013AD

Color information

#C013AD (or 0xC013AD) is unknown color: approx Deep Magenta. HEX triplet: C0, 13 and AD. RGB value is (192,19,173). Sum of RGB (Red+Green+Blue) = 192+19+173=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C013AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013AD is #3FEC52. Grayscale: #575757. Windows color (decimal): -4189267 or 11342784. OLE color: 11342784.

HSL color Cylindrical-coordinate representation of color #C013AD: hue angle of 306.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013AD is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19219173-
CMYK00.900.100.25
HSL306.59º81.99%41.37%-
HSV(B)306.59º90.1%75.29%-
XYZ29.5114.6940.81-
YUV88.28175.81201.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 4.95%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=50%
G=4.95%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921917300.900.100.25306.5981.9941.37
HexC013AD05AA191335229
Octal300232550132123146312251
Binary110000001001110101101010110101010110011001100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C013AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C013AD; }

 p { color: rgb(192,19,173); }

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

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

 a { background-color: rgb(192,19,173); }

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

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

 span { border-color: rgb(192,19,173); }

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