#C71A70

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

Shades of Medium Violet Red #C71A70

Tints of Medium Violet Red #C71A70

Color information

#C71A70 (or 0xC71A70) is unknown color: approx Medium Violet Red. HEX triplet: C7, 1A and 70. RGB value is (199,26,112). Sum of RGB (Red+Green+Blue) = 199+26+112=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71A70 is #38E58F. Grayscale: #575757. Windows color (decimal): -3728784 or 7346887. OLE color: 7346887.

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

Color convert

RGB19926112-
CMYK00.870.440.22
HSL330.17º76.89%44.12%-
HSV(B)330.17º86.93%78.04%-
XYZ26.8514.0516.63-
YUV87.53141.81207.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=59.05%
G=7.72%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992611200.870.440.22330.1776.8944.12
HexC71A700572C1614a4d2c
Octal307321600127542651211554
Binary1100011111010111000001010111101100101101010010101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71A70; }

 p { color: rgb(199,26,112); }

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

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

 a { background-color: rgb(199,26,112); }

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

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

 span { border-color: rgb(199,26,112); }

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