#C519B8

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

Shades of Deep Magenta #C519B8

Tints of Deep Magenta #C519B8

Color information

#C519B8 (or 0xC519B8) is unknown color: approx Deep Magenta. HEX triplet: C5, 19 and B8. RGB value is (197,25,184). Sum of RGB (Red+Green+Blue) = 197+25+184=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C519B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519B8 is #3AE647. Grayscale: #5E5E5E. Windows color (decimal): -3860040 or 12065221. OLE color: 12065221.

HSL color Cylindrical-coordinate representation of color #C519B8: hue angle of 304.53º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C519B8 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB19725184-
CMYK00.870.070.23
HSL304.53º77.48%43.53%-
HSV(B)304.53º87.31%77.25%-
XYZ32.0316.0346.75-
YUV94.55178.48201.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 25 (10.16% from 255) = 6.16%
BLUE value IS 184 (72.27% from 255) = 45.32%
R=48.52%
G=6.16%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972518400.870.070.23304.5377.4843.53
HexC519B80577171314d2c
Octal30531270012772746111554
Binary11000101110011011100001010111111101111001100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C519B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C519B8; }

 p { color: rgb(197,25,184); }

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

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

 a { background-color: rgb(197,25,184); }

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

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

 span { border-color: rgb(197,25,184); }

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