#C71270

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

Shades of Medium Violet Red #C71270

Tints of Medium Violet Red #C71270

Color information

#C71270 (or 0xC71270) is unknown color: approx Medium Violet Red. HEX triplet: C7, 12 and 70. RGB value is (199,18,112). Sum of RGB (Red+Green+Blue) = 199+18+112=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C71270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71270 is #38ED8F. Grayscale: #525252. Windows color (decimal): -3730832 or 7344839. OLE color: 7344839.

HSL color Cylindrical-coordinate representation of color #C71270: 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.91%. Process color model (Four color, CMYK) of #C71270 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB19918112-
CMYK00.910.440.22
HSL328.84º83.41%42.55%-
HSV(B)328.84º90.95%78.04%-
XYZ26.6913.7416.58-
YUV82.84144.47210.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.49%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=60.49%
G=5.47%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991811200.910.440.22328.8483.4142.55
HexC7127005B2C16149532b
Octal307221600133542651112353
Binary1100011110010111000001011011101100101101010010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71270; }

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

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

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

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

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

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

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

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