#C51886

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

Shades of Medium Violet Red #C51886

Tints of Medium Violet Red #C51886

Color information

#C51886 (or 0xC51886) is unknown color: approx Medium Violet Red. HEX triplet: C5, 18 and 86. RGB value is (197,24,134). Sum of RGB (Red+Green+Blue) = 197+24+134=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C51886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51886 is #3AE779. Grayscale: #575757. Windows color (decimal): -3860346 or 8788165. OLE color: 8788165.

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

Color convert

RGB19724134-
CMYK00.880.320.23
HSL321.85º78.28%43.33%-
HSV(B)321.85º87.82%77.25%-
XYZ27.6614.2423.85-
YUV88.27153.81205.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.49%
GREEN value IS 24 (9.77% from 255) = 6.76%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=55.49%
G=6.76%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972413400.880.320.23321.8578.2843.33
HexC5188605820171424e2b
Octal305302060130402750211653
Binary11000101110001000011001011000100000101111010000101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51886; }

 p { color: rgb(197,24,134); }

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

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

 a { background-color: rgb(197,24,134); }

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

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

 span { border-color: rgb(197,24,134); }

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