#C10475

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

Shades of Medium Violet Red #C10475

Tints of Medium Violet Red #C10475

Color information

#C10475 (or 0xC10475) is unknown color: approx Medium Violet Red. HEX triplet: C1, 04 and 75. RGB value is (193,4,117). Sum of RGB (Red+Green+Blue) = 193+4+117=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10475 is #3EFB8A. Grayscale: #494949. Windows color (decimal): -4127627 or 7668929. OLE color: 7668929.

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

Color convert

RGB1934117-
CMYK00.980.390.24
HSL324.13º95.94%38.63%-
HSV(B)324.13º97.93%75.69%-
XYZ25.2512.7117.95-
YUV73.39152.62213.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.46%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=61.46%
G=1.27%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193411700.980.390.24324.1395.9438.63
HexC147506227181446027
Octal30141650142473050414047
Binary11000001100111010101100010100111110001010001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10475; }

 p { color: rgb(193,4,117); }

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

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

 a { background-color: rgb(193,4,117); }

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

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

 span { border-color: rgb(193,4,117); }

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