#C71695

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

Shades of Medium Violet Red #C71695

Tints of Medium Violet Red #C71695

Color information

#C71695 (or 0xC71695) is unknown color: approx Medium Violet Red. HEX triplet: C7, 16 and 95. RGB value is (199,22,149). Sum of RGB (Red+Green+Blue) = 199+22+149=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C71695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71695 is #38E96A. Grayscale: #595959. Windows color (decimal): -3729771 or 9770695. OLE color: 9770695.

HSL color Cylindrical-coordinate representation of color #C71695: hue angle of 316.95º degrees, saturation: 0.8, 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 #C71695 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19922149-
CMYK00.890.250.22
HSL316.95º80.09%43.33%-
HSV(B)316.95º88.94%78.04%-
XYZ29.2614.8929.76-
YUV89.4161.64206.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.78%
GREEN value IS 22 (8.98% from 255) = 5.95%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=53.78%
G=5.95%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992214900.890.250.22316.9580.0943.33
HexC71695059191613d502b
Octal307262250131312647512053
Binary1100011110110100101010101100111001101101001111011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71695; }

 p { color: rgb(199,22,149); }

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

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

 a { background-color: rgb(199,22,149); }

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

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

 span { border-color: rgb(199,22,149); }

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