#C51694

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

Shades of Medium Violet Red #C51694

Tints of Medium Violet Red #C51694

Color information

#C51694 (or 0xC51694) is unknown color: approx Medium Violet Red. HEX triplet: C5, 16 and 94. RGB value is (197,22,148). Sum of RGB (Red+Green+Blue) = 197+22+148=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C51694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51694 is #3AE96B. Grayscale: #585858. Windows color (decimal): -3860844 or 9705157. OLE color: 9705157.

HSL color Cylindrical-coordinate representation of color #C51694: hue angle of 316.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51694 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB19722148-
CMYK00.890.250.23
HSL316.8º79.91%42.94%-
HSV(B)316.8º88.83%77.25%-
XYZ28.6614.5829.32-
YUV88.69161.48205.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=53.68%
G=5.99%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972214800.890.250.23316.879.9142.94
HexC51694059191713d502b
Octal305262240131312747512053
Binary1100010110110100101000101100111001101111001111011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51694; }

 p { color: rgb(197,22,148); }

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

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

 a { background-color: rgb(197,22,148); }

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

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

 span { border-color: rgb(197,22,148); }

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