#C508BA

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

Shades of Deep Magenta #C508BA

Tints of Deep Magenta #C508BA

Color information

#C508BA (or 0xC508BA) is unknown color: approx Deep Magenta. HEX triplet: C5, 08 and BA. RGB value is (197,8,186). Sum of RGB (Red+Green+Blue) = 197+8+186=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C508BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508BA is #3AF745. Grayscale: #545454. Windows color (decimal): -3864390 or 12191941. OLE color: 12191941.

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

Color convert

RGB1978186-
CMYK00.960.060.23
HSL303.49º92.2%40.2%-
HSV(B)303.49º95.94%77.25%-
XYZ31.9815.5947.78-
YUV84.8185.12208.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 8 (3.52% from 255) = 2.05%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=50.38%
G=2.05%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197818600.960.060.23303.4992.240.2
HexC58BA06061712f5c28
Octal30510272014062745713450
Binary1100010110001011101001100000110101111001011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C508BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C508BA; }

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

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

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

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

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

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

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

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