#C8138E

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

Shades of Medium Violet Red #C8138E

Tints of Medium Violet Red #C8138E

Color information

#C8138E (or 0xC8138E) is unknown color: approx Medium Violet Red. HEX triplet: C8, 13 and 8E. RGB value is (200,19,142). Sum of RGB (Red+Green+Blue) = 200+19+142=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8138E is #37EC71. Grayscale: #565656. Windows color (decimal): -3665010 or 9311176. OLE color: 9311176.

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

Color convert

RGB20019142-
CMYK00.900.290.22
HSL319.23º82.65%42.94%-
HSV(B)319.23º90.5%78.43%-
XYZ28.9314.726.9-
YUV87.14158.97208.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 19 (7.81% from 255) = 5.26%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=55.40%
G=5.26%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001914200.900.290.22319.2382.6542.94
HexC8138E05A1D1613f532b
Octal310232160132352647712353
Binary1100100010011100011100101101011101101101001111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8138E; }

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

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

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

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

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

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

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

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