#C10174

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

Shades of Medium Violet Red #C10174

Tints of Medium Violet Red #C10174

Color information

#C10174 (or 0xC10174) is unknown color: approx Medium Violet Red. HEX triplet: C1, 01 and 74. RGB value is (193,1,116). Sum of RGB (Red+Green+Blue) = 193+1+116=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C10174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10174 is #3EFE8B. Grayscale: #474747. Windows color (decimal): -4128396 or 7602625. OLE color: 7602625.

HSL color Cylindrical-coordinate representation of color #C10174: hue angle of 324.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10174 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB1931116-
CMYK00.990.400.24
HSL324.06º98.97%38.04%-
HSV(B)324.06º99.48%75.69%-
XYZ25.1612.6217.63-
YUV71.52153.11214.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.26%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 116 (45.70% from 255) = 37.42%
R=62.26%
G=0.32%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193111600.990.400.24324.0698.9738.04
HexC117406328181446326
Octal30111640143503050414346
Binary110000011111010001100011101000110001010001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10174; }

 p { color: rgb(193,1,116); }

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

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

 a { background-color: rgb(193,1,116); }

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

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

 span { border-color: rgb(193,1,116); }

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