#c013b9

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

Shades of Deep Magenta #C013B9

Tints of Deep Magenta #C013B9

Color information

#C013B9 (or 0xC013B9) is unknown color: approx Deep Magenta. HEX triplet: C0, 13 and B9. RGB value is (192,19,185). Sum of RGB (Red+Green+Blue) = 192+19+185=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C013B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C013B9 is #3FEC46. Grayscale: #595959. Windows color (decimal): -4189255 or 12129216. OLE color: 12129216.

HSL color Cylindrical-coordinate representation of color #C013B9: hue angle of 302.43º 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 #C013B9 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19219185-
CMYK00.900.040.25
HSL302.43º81.99%41.37%-
HSV(B)302.43º90.1%75.29%-
XYZ30.7315.1747.21-
YUV89.65181.81201-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 19 (7.81% from 255) = 4.80%
BLUE value IS 185 (72.66% from 255) = 46.72%
R=48.48%
G=4.80%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921918500.900.040.25302.4381.9941.37
HexC013B905A41912e5229
Octal30023271013243145612251
Binary11000000100111011100101011010100110011001011101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c013b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c013b9; }

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

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

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

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

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

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

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

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

cancel