#C10273

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

Shades of Medium Violet Red #C10273

Tints of Medium Violet Red #C10273

Color information

#C10273 (or 0xC10273) is unknown color: approx Medium Violet Red. HEX triplet: C1, 02 and 73. RGB value is (193,2,115). Sum of RGB (Red+Green+Blue) = 193+2+115=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C10273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10273 is #3EFD8C. Grayscale: #474747. Windows color (decimal): -4128141 or 7537345. OLE color: 7537345.

HSL color Cylindrical-coordinate representation of color #C10273: hue angle of 324.5º degrees, saturation: 0.98, 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 #C10273 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB1932115-
CMYK00.990.400.24
HSL324.5º97.95%38.24%-
HSV(B)324.5º98.96%75.69%-
XYZ25.1112.6217.33-
YUV71.99152.28214.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.26%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=62.26%
G=0.65%
B=37.10%

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
Decimal193211500.990.400.24324.597.9538.24
HexC127306328181456226
Octal30121630143503050514246
Binary1100000110111001101100011101000110001010001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10273; }

 p { color: rgb(193,2,115); }

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

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

 a { background-color: rgb(193,2,115); }

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

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

 span { border-color: rgb(193,2,115); }

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