#C501B6

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

Shades of Deep Magenta #C501B6

Tints of Deep Magenta #C501B6

Color information

#C501B6 (or 0xC501B6) is unknown color: approx Deep Magenta. HEX triplet: C5, 01 and B6. RGB value is (197,1,182). Sum of RGB (Red+Green+Blue) = 197+1+182=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C501B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501B6 is #3AFE49. Grayscale: #4F4F4F. Windows color (decimal): -3866186 or 11928005. OLE color: 11928005.

HSL color Cylindrical-coordinate representation of color #C501B6: hue angle of 304.59º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C501B6 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB1971182-
CMYK00.990.080.23
HSL304.59º98.99%38.82%-
HSV(B)304.59º99.49%77.25%-
XYZ31.4815.2745.54-
YUV80.24185.43211.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.84%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=51.84%
G=0.26%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197118200.990.080.23304.5998.9938.82
HexC51B60638171316327
Octal30512660143102746114347
Binary11000101110110110011000111000101111001100011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C501B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C501B6; }

 p { color: rgb(197,1,182); }

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

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

 a { background-color: rgb(197,1,182); }

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

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

 span { border-color: rgb(197,1,182); }

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