#C51FB4

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

Shades of Deep Magenta #C51FB4

Tints of Deep Magenta #C51FB4

Color information

#C51FB4 (or 0xC51FB4) is unknown color: approx Deep Magenta. HEX triplet: C5, 1F and B4. RGB value is (197,31,180). Sum of RGB (Red+Green+Blue) = 197+31+180=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FB4 is #3AE04B. Grayscale: #616161. Windows color (decimal): -3858508 or 11804613. OLE color: 11804613.

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

Color convert

RGB19731180-
CMYK00.840.090.23
HSL306.14º72.81%44.71%-
HSV(B)306.14º84.26%77.25%-
XYZ31.7516.1544.62-
YUV97.62174.5198.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.28%
GREEN value IS 31 (12.5% from 255) = 7.60%
BLUE value IS 180 (70.70% from 255) = 44.12%
R=48.28%
G=7.60%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973118000.840.090.23306.1472.8144.71
HexC51FB4054917132492d
Octal305372640124112746211155
Binary110001011111110110100010101001001101111001100101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51FB4; }

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

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

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

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

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

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

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

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