#C8118F

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

Shades of Medium Violet Red #C8118F

Tints of Medium Violet Red #C8118F

Color information

#C8118F (or 0xC8118F) is unknown color: approx Medium Violet Red. HEX triplet: C8, 11 and 8F. RGB value is (200,17,143). Sum of RGB (Red+Green+Blue) = 200+17+143=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8118F is #37EE70. Grayscale: #555555. Windows color (decimal): -3665521 or 9376200. OLE color: 9376200.

HSL color Cylindrical-coordinate representation of color #C8118F: hue angle of 318.69º 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 #C8118F is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB20017143-
CMYK00.920.280.22
HSL318.69º84.33%42.55%-
HSV(B)318.69º91.5%78.43%-
XYZ28.9814.6627.29-
YUV86.08160.13209.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 17 (7.03% from 255) = 4.72%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=55.56%
G=4.72%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001714300.920.280.22318.6984.3342.55
HexC8118F05C1C1613f542b
Octal310212170134342647712453
Binary1100100010001100011110101110011100101101001111111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8118F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8118F; }

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

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

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

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

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

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

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

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