#C81170

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

Shades of Medium Violet Red #C81170

Tints of Medium Violet Red #C81170

Color information

#C81170 (or 0xC81170) is unknown color: approx Medium Violet Red. HEX triplet: C8, 11 and 70. RGB value is (200,17,112). Sum of RGB (Red+Green+Blue) = 200+17+112=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C81170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81170 is #37EE8F. Grayscale: #525252. Windows color (decimal): -3665552 or 7344584. OLE color: 7344584.

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

Color convert

RGB20017112-
CMYK00.920.440.22
HSL328.85º84.33%42.55%-
HSV(B)328.85º91.5%78.43%-
XYZ26.9413.8516.58-
YUV82.55144.63211.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.79%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=60.79%
G=5.17%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001711200.920.440.22328.8584.3342.55
HexC8117005C2C16149542b
Octal310211600134542651112453
Binary1100100010001111000001011100101100101101010010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81170; }

 p { color: rgb(200,17,112); }

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

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

 a { background-color: rgb(200,17,112); }

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

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

 span { border-color: rgb(200,17,112); }

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