#C516BF

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

Shades of Deep Magenta #C516BF

Tints of Deep Magenta #C516BF

Color information

#C516BF (or 0xC516BF) is unknown color: approx Deep Magenta. HEX triplet: C5, 16 and BF. RGB value is (197,22,191). Sum of RGB (Red+Green+Blue) = 197+22+191=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C516BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C516BF is #3AE940. Grayscale: #5D5D5D. Windows color (decimal): -3860801 or 12523205. OLE color: 12523205.

HSL color Cylindrical-coordinate representation of color #C516BF: hue angle of 302.06º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C516BF is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19722191-
CMYK00.890.030.23
HSL302.06º79.91%42.94%-
HSV(B)302.06º88.83%77.25%-
XYZ32.7216.2150.69-
YUV93.59182.98201.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 22 (8.98% from 255) = 5.37%
BLUE value IS 191 (75% from 255) = 46.59%
R=48.05%
G=5.37%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972219100.890.030.23302.0679.9142.94
HexC516BF05931712e502b
Octal30526277013132745612053
Binary1100010110110101111110101100111101111001011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C516BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C516BF; }

 p { color: rgb(197,22,191); }

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

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

 a { background-color: rgb(197,22,191); }

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

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

 span { border-color: rgb(197,22,191); }

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