#C8156F

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

Shades of Medium Violet Red #C8156F

Tints of Medium Violet Red #C8156F

Color information

#C8156F (or 0xC8156F) is unknown color: approx Medium Violet Red. HEX triplet: C8, 15 and 6F. RGB value is (200,21,111). Sum of RGB (Red+Green+Blue) = 200+21+111=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8156F is #37EA90. Grayscale: #545454. Windows color (decimal): -3664529 or 7280072. OLE color: 7280072.

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

Color convert

RGB20021111-
CMYK00.900.440.22
HSL329.83º81%43.33%-
HSV(B)329.83º89.5%78.43%-
XYZ26.9613.9616.31-
YUV84.78142.8210.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.24%
GREEN value IS 21 (8.59% from 255) = 6.33%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=60.24%
G=6.33%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002111100.900.440.22329.838143.33
HexC8156F05A2C1614a512b
Octal310251570132542651212153
Binary1100100010101110111101011010101100101101010010101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8156F; }

 p { color: rgb(200,21,111); }

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

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

 a { background-color: rgb(200,21,111); }

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

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

 span { border-color: rgb(200,21,111); }

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