#C51B9B

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

Shades of Medium Violet Red #C51B9B

Tints of Medium Violet Red #C51B9B

Color information

#C51B9B (or 0xC51B9B) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1B and 9B. RGB value is (197,27,155). Sum of RGB (Red+Green+Blue) = 197+27+155=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51B9B is #3AE464. Grayscale: #5C5C5C. Windows color (decimal): -3859557 or 10165189. OLE color: 10165189.

HSL color Cylindrical-coordinate representation of color #C51B9B: hue angle of 314.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B9B is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB19727155-
CMYK00.860.210.23
HSL314.82º75.89%43.92%-
HSV(B)314.82º86.29%77.25%-
XYZ29.3315.0232.36-
YUV92.42163.32202.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.98%
GREEN value IS 27 (10.94% from 255) = 7.12%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=51.98%
G=7.12%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972715500.860.210.23314.8275.8943.92
HexC51B9B056151713b4c2c
Octal305332330126252747311454
Binary1100010111011100110110101011010101101111001110111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51B9B; }

 p { color: rgb(197,27,155); }

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

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

 a { background-color: rgb(197,27,155); }

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

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

 span { border-color: rgb(197,27,155); }

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