#C81B71

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

Shades of Medium Violet Red #C81B71

Tints of Medium Violet Red #C81B71

Color information

#C81B71 (or 0xC81B71) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1B and 71. RGB value is (200,27,113). Sum of RGB (Red+Green+Blue) = 200+27+113=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81B71 is #37E48E. Grayscale: #585858. Windows color (decimal): -3662991 or 7412680. OLE color: 7412680.

HSL color Cylindrical-coordinate representation of color #C81B71: hue angle of 330.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81B71 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20027113-
CMYK00.860.440.22
HSL330.17º76.21%44.51%-
HSV(B)330.17º86.5%78.43%-
XYZ27.1914.2616.94-
YUV88.53141.81207.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.82%
GREEN value IS 27 (10.94% from 255) = 7.94%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=58.82%
G=7.94%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002711300.860.440.22330.1776.2144.51
HexC81B710562C1614a4c2d
Octal310331610126542651211455
Binary1100100011011111000101010110101100101101010010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81B71; }

 p { color: rgb(200,27,113); }

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

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

 a { background-color: rgb(200,27,113); }

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

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

 span { border-color: rgb(200,27,113); }

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