#C508AB

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

Shades of Deep Magenta #C508AB

Tints of Deep Magenta #C508AB

Color information

#C508AB (or 0xC508AB) is unknown color: approx Deep Magenta. HEX triplet: C5, 08 and AB. RGB value is (197,8,171). Sum of RGB (Red+Green+Blue) = 197+8+171=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C508AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C508AB is #3AF754. Grayscale: #525252. Windows color (decimal): -3864405 or 11208901. OLE color: 11208901.

HSL color Cylindrical-coordinate representation of color #C508AB: hue angle of 308.25º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C508AB is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB1978171-
CMYK00.960.130.23
HSL308.25º92.2%40.2%-
HSV(B)308.25º95.94%77.25%-
XYZ30.4614.9839.81-
YUV83.09177.62209.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=52.39%
G=2.13%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197817100.960.130.23308.2592.240.2
HexC58AB060D171345c28
Octal305102530140152746413450
Binary11000101100010101011011000001101101111001101001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C508AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C508AB; }

 p { color: rgb(197,8,171); }

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

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

 a { background-color: rgb(197,8,171); }

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

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

 span { border-color: rgb(197,8,171); }

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