#C508BB

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

Shades of Deep Magenta #C508BB

Tints of Deep Magenta #C508BB

Color information

#C508BB (or 0xC508BB) is unknown color: approx Deep Magenta. HEX triplet: C5, 08 and BB. RGB value is (197,8,187). Sum of RGB (Red+Green+Blue) = 197+8+187=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C508BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508BB is #3AF744. Grayscale: #545454. Windows color (decimal): -3864389 or 12257477. OLE color: 12257477.

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

Color convert

RGB1978187-
CMYK00.960.050.23
HSL303.17º92.2%40.2%-
HSV(B)303.17º95.94%77.25%-
XYZ32.0815.6348.34-
YUV84.92185.62207.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 8 (3.52% from 255) = 2.04%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=50.26%
G=2.04%
B=47.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197818700.960.050.23303.1792.240.2
HexC58BB06051712f5c28
Octal30510273014052745713450
Binary1100010110001011101101100000101101111001011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C508BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C508BB; }

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

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

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

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

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

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

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

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