#C506AC

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

Shades of Deep Magenta #C506AC

Tints of Deep Magenta #C506AC

Color information

#C506AC (or 0xC506AC) is unknown color: approx Deep Magenta. HEX triplet: C5, 06 and AC. RGB value is (197,6,172). Sum of RGB (Red+Green+Blue) = 197+6+172=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C506AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C506AC is #3AF953. Grayscale: #515151. Windows color (decimal): -3864916 or 11273925. OLE color: 11273925.

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

Color convert

RGB1976172-
CMYK00.970.130.23
HSL307.85º94.09%39.8%-
HSV(B)307.85º96.95%77.25%-
XYZ30.5414.9840.31-
YUV82.03178.78210-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 6 (2.73% from 255) = 1.6%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=52.53%
G=1.6%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197617200.970.130.23307.8594.0939.8
HexC56AC061D171345e28
Octal30562540141152746413650
Binary1100010111010101100011000011101101111001101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C506AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C506AC; }

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

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

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

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

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

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

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

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