#C51B9A

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

Shades of Medium Violet Red #C51B9A

Tints of Medium Violet Red #C51B9A

Color information

#C51B9A (or 0xC51B9A) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1B and 9A. RGB value is (197,27,154). Sum of RGB (Red+Green+Blue) = 197+27+154=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51B9A is #3AE465. Grayscale: #5B5B5B. Windows color (decimal): -3859558 or 10099653. OLE color: 10099653.

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

Color convert

RGB19727154-
CMYK00.860.220.23
HSL315.18º75.89%43.92%-
HSV(B)315.18º86.29%77.25%-
XYZ29.2514.9931.92-
YUV92.31162.82202.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.12%
GREEN value IS 27 (10.94% from 255) = 7.14%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=52.12%
G=7.14%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972715400.860.220.23315.1875.8943.92
HexC51B9A056161713b4c2c
Octal305332320126262747311454
Binary1100010111011100110100101011010110101111001110111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51B9A; }

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

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

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

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

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

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

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

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