#C71674

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

Shades of Medium Violet Red #C71674

Tints of Medium Violet Red #C71674

Color information

#C71674 (or 0xC71674) is unknown color: approx Medium Violet Red. HEX triplet: C7, 16 and 74. RGB value is (199,22,116). Sum of RGB (Red+Green+Blue) = 199+22+116=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C71674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71674 is #38E98B. Grayscale: #555555. Windows color (decimal): -3729804 or 7608007. OLE color: 7608007.

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

Color convert

RGB19922116-
CMYK00.890.420.22
HSL328.14º80.09%43.33%-
HSV(B)328.14º88.94%78.04%-
XYZ26.9913.9817.8-
YUV85.64145.14208.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 22 (8.98% from 255) = 6.53%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=59.05%
G=6.53%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992211600.890.420.22328.1480.0943.33
HexC716740592A16148502b
Octal307261640131522651012053
Binary1100011110110111010001011001101010101101010010001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71674; }

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

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

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

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

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

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

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

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