#C10287

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

Shades of Medium Violet Red #C10287

Tints of Medium Violet Red #C10287

Color information

#C10287 (or 0xC10287) is unknown color: approx Medium Violet Red. HEX triplet: C1, 02 and 87. RGB value is (193,2,135). Sum of RGB (Red+Green+Blue) = 193+2+135=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C10287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10287 is #3EFD78. Grayscale: #494949. Windows color (decimal): -4128121 or 8848065. OLE color: 8848065.

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

Color convert

RGB1932135-
CMYK00.990.300.24
HSL318.22º97.95%38.24%-
HSV(B)318.22º98.96%75.69%-
XYZ26.3913.1324.07-
YUV74.27162.28212.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=58.48%
G=0.61%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193213500.990.300.24318.2297.9538.24
HexC12870631E1813e6226
Octal30122070143363047614246
Binary1100000110100001110110001111110110001001111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10287; }

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

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

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

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

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

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

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

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