#C8138F

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

Shades of Medium Violet Red #C8138F

Tints of Medium Violet Red #C8138F

Color information

#C8138F (or 0xC8138F) is unknown color: approx Medium Violet Red. HEX triplet: C8, 13 and 8F. RGB value is (200,19,143). Sum of RGB (Red+Green+Blue) = 200+19+143=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8138F is #37EC70. Grayscale: #565656. Windows color (decimal): -3665009 or 9376712. OLE color: 9376712.

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

Color convert

RGB20019143-
CMYK00.900.280.22
HSL318.9º82.65%42.94%-
HSV(B)318.9º90.5%78.43%-
XYZ29.0114.7327.3-
YUV87.26159.47208.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.25%
GREEN value IS 19 (7.81% from 255) = 5.25%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=55.25%
G=5.25%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001914300.900.280.22318.982.6542.94
HexC8138F05A1C1613f532b
Octal310232170132342647712353
Binary1100100010011100011110101101011100101101001111111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8138F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8138F; }

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

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

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

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

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

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

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

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