#C508BC

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

Shades of Deep Magenta #C508BC

Tints of Deep Magenta #C508BC

Color information

#C508BC (or 0xC508BC) is unknown color: approx Deep Magenta. HEX triplet: C5, 08 and BC. RGB value is (197,8,188). Sum of RGB (Red+Green+Blue) = 197+8+188=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C508BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508BC is #3AF743. Grayscale: #545454. Windows color (decimal): -3864388 or 12323013. OLE color: 12323013.

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

Color convert

RGB1978188-
CMYK00.960.050.23
HSL302.86º92.2%40.2%-
HSV(B)302.86º95.94%77.25%-
XYZ32.1915.6748.91-
YUV85.03186.12207.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 8 (3.52% from 255) = 2.04%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=50.13%
G=2.04%
B=47.84%

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
Decimal197818800.960.050.23302.8692.240.2
HexC58BC06051712f5c28
Octal30510274014052745713450
Binary1100010110001011110001100000101101111001011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C508BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C508BC; }

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

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

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

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

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

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

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

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