#C519BE

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

Shades of Deep Magenta #C519BE

Tints of Deep Magenta #C519BE

Color information

#C519BE (or 0xC519BE) is unknown color: approx Deep Magenta. HEX triplet: C5, 19 and BE. RGB value is (197,25,190). Sum of RGB (Red+Green+Blue) = 197+25+190=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C519BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C519BE is #3AE641. Grayscale: #5E5E5E. Windows color (decimal): -3860034 or 12458437. OLE color: 12458437.

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

Color convert

RGB19725190-
CMYK00.870.040.23
HSL302.44º77.48%43.53%-
HSV(B)302.44º87.31%77.25%-
XYZ32.6716.2850.14-
YUV95.24181.48200.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 25 (10.16% from 255) = 6.07%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=47.82%
G=6.07%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972519000.870.040.23302.4477.4843.53
HexC519BE05741712e4d2c
Octal30531276012742745611554
Binary11000101110011011111001010111100101111001011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C519BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C519BE; }

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

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

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

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

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

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

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

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