#C506AD

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

Shades of Deep Magenta #C506AD

Tints of Deep Magenta #C506AD

Color information

#C506AD (or 0xC506AD) is unknown color: approx Deep Magenta. HEX triplet: C5, 06 and AD. RGB value is (197,6,173). Sum of RGB (Red+Green+Blue) = 197+6+173=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C506AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C506AD is #3AF952. Grayscale: #515151. Windows color (decimal): -3864915 or 11339461. OLE color: 11339461.

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

Color convert

RGB1976173-
CMYK00.970.120.23
HSL307.54º94.09%39.8%-
HSV(B)307.54º96.95%77.25%-
XYZ30.6315.0240.82-
YUV82.15179.28209.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 6 (2.73% from 255) = 1.60%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=52.39%
G=1.60%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197617300.970.120.23307.5494.0939.8
HexC56AD061C171345e28
Octal30562550141142746413650
Binary1100010111010101101011000011100101111001101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C506AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C506AD; }

 p { color: rgb(197,6,173); }

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

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

 a { background-color: rgb(197,6,173); }

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

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

 span { border-color: rgb(197,6,173); }

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