#C501B7

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

Shades of Deep Magenta #C501B7

Tints of Deep Magenta #C501B7

Color information

#C501B7 (or 0xC501B7) is unknown color: approx Deep Magenta. HEX triplet: C5, 01 and B7. RGB value is (197,1,183). Sum of RGB (Red+Green+Blue) = 197+1+183=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C501B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501B7 is #3AFE48. Grayscale: #4F4F4F. Windows color (decimal): -3866185 or 11993541. OLE color: 11993541.

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

Color convert

RGB1971183-
CMYK00.990.070.23
HSL304.29º98.99%38.82%-
HSV(B)304.29º99.49%77.25%-
XYZ31.5815.3146.09-
YUV80.35185.93211.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 183 (71.88% from 255) = 48.03%
R=51.71%
G=0.26%
B=48.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197118300.990.070.23304.2998.9938.82
HexC51B70637171306327
Octal3051267014372746014347
Binary1100010111011011101100011111101111001100001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C501B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C501B7; }

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

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

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

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

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

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

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

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