#C51AB8

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

Shades of Deep Magenta #C51AB8

Tints of Deep Magenta #C51AB8

Color information

#C51AB8 (or 0xC51AB8) is unknown color: approx Deep Magenta. HEX triplet: C5, 1A and B8. RGB value is (197,26,184). Sum of RGB (Red+Green+Blue) = 197+26+184=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AB8 is #3AE547. Grayscale: #5E5E5E. Windows color (decimal): -3859784 or 12065477. OLE color: 12065477.

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

Color convert

RGB19726184-
CMYK00.870.070.23
HSL304.56º76.68%43.73%-
HSV(B)304.56º86.8%77.25%-
XYZ32.0516.0746.76-
YUV95.14178.15200.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 26 (10.55% from 255) = 6.39%
BLUE value IS 184 (72.27% from 255) = 45.21%
R=48.40%
G=6.39%
B=45.21%

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
Decimal1972618400.870.070.23304.5676.6843.73
HexC51AB80577171314d2c
Octal30532270012772746111554
Binary11000101110101011100001010111111101111001100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51AB8; }

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

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

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

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

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

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

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

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