#C51FB7

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

Shades of Deep Magenta #C51FB7

Tints of Deep Magenta #C51FB7

Color information

#C51FB7 (or 0xC51FB7) is unknown color: approx Deep Magenta. HEX triplet: C5, 1F and B7. RGB value is (197,31,183). Sum of RGB (Red+Green+Blue) = 197+31+183=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FB7 is #3AE048. Grayscale: #616161. Windows color (decimal): -3858505 or 12001221. OLE color: 12001221.

HSL color Cylindrical-coordinate representation of color #C51FB7: hue angle of 305.06º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FB7 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB19731183-
CMYK00.840.070.23
HSL305.06º72.81%44.71%-
HSV(B)305.06º84.26%77.25%-
XYZ32.0616.2746.25-
YUV97.96176198.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=47.93%
G=7.54%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973118300.840.070.23305.0672.8144.71
HexC51FB7054717131492d
Octal30537267012472746111155
Binary11000101111111011011101010100111101111001100011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51FB7; }

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

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

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

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

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

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

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

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