#C71271

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

Shades of Medium Violet Red #C71271

Tints of Medium Violet Red #C71271

Color information

#C71271 (or 0xC71271) is unknown color: approx Medium Violet Red. HEX triplet: C7, 12 and 71. RGB value is (199,18,113). Sum of RGB (Red+Green+Blue) = 199+18+113=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C71271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71271 is #38ED8E. Grayscale: #525252. Windows color (decimal): -3730831 or 7410375. OLE color: 7410375.

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

Color convert

RGB19918113-
CMYK00.910.430.22
HSL328.51º83.41%42.55%-
HSV(B)328.51º90.95%78.04%-
XYZ26.7513.7716.87-
YUV82.95144.97210.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.30%
GREEN value IS 18 (7.42% from 255) = 5.45%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=60.30%
G=5.45%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991811300.910.430.22328.5183.4142.55
HexC7127105B2B16149532b
Octal307221610133532651112353
Binary1100011110010111000101011011101011101101010010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71271; }

 p { color: rgb(199,18,113); }

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

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

 a { background-color: rgb(199,18,113); }

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

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

 span { border-color: rgb(199,18,113); }

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