#C81371

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

Shades of Medium Violet Red #C81371

Tints of Medium Violet Red #C81371

Color information

#C81371 (or 0xC81371) is unknown color: approx Medium Violet Red. HEX triplet: C8, 13 and 71. RGB value is (200,19,113). Sum of RGB (Red+Green+Blue) = 200+19+113=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C81371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81371 is #37EC8E. Grayscale: #535353. Windows color (decimal): -3665039 or 7410632. OLE color: 7410632.

HSL color Cylindrical-coordinate representation of color #C81371: hue angle of 328.84º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81371 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20019113-
CMYK00.900.440.22
HSL328.84º82.65%42.94%-
HSV(B)328.84º90.5%78.43%-
XYZ27.0313.9416.89-
YUV83.84144.47210.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.24%
GREEN value IS 19 (7.81% from 255) = 5.72%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=60.24%
G=5.72%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001911300.900.440.22328.8482.6542.94
HexC8137105A2C16149532b
Octal310231610132542651112353
Binary1100100010011111000101011010101100101101010010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81371; }

 p { color: rgb(200,19,113); }

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

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

 a { background-color: rgb(200,19,113); }

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

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

 span { border-color: rgb(200,19,113); }

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