#C506A7

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

Shades of Deep Magenta #C506A7

Tints of Deep Magenta #C506A7

Color information

#C506A7 (or 0xC506A7) is unknown color: approx Deep Magenta. HEX triplet: C5, 06 and A7. RGB value is (197,6,167). Sum of RGB (Red+Green+Blue) = 197+6+167=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C506A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C506A7 is #3AF958. Grayscale: #515151. Windows color (decimal): -3864921 or 10946245. OLE color: 10946245.

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

Color convert

RGB1976167-
CMYK00.970.150.23
HSL309.42º94.09%39.8%-
HSV(B)309.42º96.95%77.25%-
XYZ30.0714.7937.83-
YUV81.46176.28210.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.24%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 167 (65.62% from 255) = 45.14%
R=53.24%
G=1.62%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197616700.970.150.23309.4294.0939.8
HexC56A7061F171355e28
Octal30562470141172746513650
Binary1100010111010100111011000011111101111001101011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C506A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C506A7; }

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

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

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

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

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

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

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

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