#C51E92

Color #C51E92 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C51E92

Tints of Medium Violet Red #C51E92

Color information

#C51E92 (or 0xC51E92) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1E and 92. RGB value is (197,30,146). Sum of RGB (Red+Green+Blue) = 197+30+146=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51E92 is #3AE16D. Grayscale: #5C5C5C. Windows color (decimal): -3858798 or 9576133. OLE color: 9576133.

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

Color convert

RGB19730146-
CMYK00.850.260.23
HSL318.32º73.57%44.51%-
HSV(B)318.32º84.77%77.25%-
XYZ28.6814.8728.55-
YUV93.16157.83202.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.82%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=52.82%
G=8.04%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973014600.850.260.23318.3273.5744.51
HexC51E920551A1713e4a2d
Octal305362220125322747611255
Binary1100010111110100100100101010111010101111001111101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51E92; }

 p { color: rgb(197,30,146); }

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

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

 a { background-color: rgb(197,30,146); }

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

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

 span { border-color: rgb(197,30,146); }

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