#C508AA

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

Shades of Deep Magenta #C508AA

Tints of Deep Magenta #C508AA

Color information

#C508AA (or 0xC508AA) is unknown color: approx Deep Magenta. HEX triplet: C5, 08 and AA. RGB value is (197,8,170). Sum of RGB (Red+Green+Blue) = 197+8+170=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C508AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C508AA is #3AF755. Grayscale: #525252. Windows color (decimal): -3864406 or 11143365. OLE color: 11143365.

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

Color convert

RGB1978170-
CMYK00.960.140.23
HSL308.57º92.2%40.2%-
HSV(B)308.57º95.94%77.25%-
XYZ30.3714.9539.31-
YUV82.98177.12209.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=52.53%
G=2.13%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197817000.960.140.23308.5792.240.2
HexC58AA060E171355c28
Octal305102520140162746513450
Binary11000101100010101010011000001110101111001101011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C508AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C508AA; }

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

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

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

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

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

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

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

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