#c71d6b

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

Shades of Medium Violet Red #C71D6B

Tints of Medium Violet Red #C71D6B

Color information

#C71D6B (or 0xC71D6B) is unknown color: approx Medium Violet Red. HEX triplet: C7, 1D and 6B. RGB value is (199,29,107). Sum of RGB (Red+Green+Blue) = 199+29+107=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D6B is #38E294. Grayscale: #585858. Windows color (decimal): -3728021 or 7019975. OLE color: 7019975.

HSL color Cylindrical-coordinate representation of color #C71D6B: hue angle of 332.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D6B is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19929107-
CMYK00.850.460.22
HSL332.47º74.56%44.71%-
HSV(B)332.47º85.43%78.04%-
XYZ26.6514.0815.22-
YUV88.72138.32206.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.40%
GREEN value IS 29 (11.72% from 255) = 8.66%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=59.40%
G=8.66%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992910700.850.460.22332.4774.5644.71
HexC71D6B0552E1614c4b2d
Octal307351530125562651411355
Binary1100011111101110101101010101101110101101010011001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c71d6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c71d6b; }

 p { color: rgb(199,29,107); }

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

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

 a { background-color: rgb(199,29,107); }

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

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

 span { border-color: rgb(199,29,107); }

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