#C71B6F

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

Shades of Medium Violet Red #C71B6F

Tints of Medium Violet Red #C71B6F

Color information

#C71B6F (or 0xC71B6F) is unknown color: approx Medium Violet Red. HEX triplet: C7, 1B and 6F. RGB value is (199,27,111). Sum of RGB (Red+Green+Blue) = 199+27+111=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B6F is #38E490. Grayscale: #575757. Windows color (decimal): -3728529 or 7281607. OLE color: 7281607.

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

Color convert

RGB19927111-
CMYK00.860.440.22
HSL330.7º76.11%44.31%-
HSV(B)330.7º86.43%78.04%-
XYZ26.8114.0716.34-
YUV88140.98207.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 27 (10.94% from 255) = 8.01%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=59.05%
G=8.01%
B=32.94%

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
Decimal1992711100.860.440.22330.776.1144.31
HexC71B6F0562C1614b4c2c
Octal307331570126542651311454
Binary1100011111011110111101010110101100101101010010111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71B6F; }

 p { color: rgb(199,27,111); }

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

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

 a { background-color: rgb(199,27,111); }

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

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

 span { border-color: rgb(199,27,111); }

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