#C10870

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

Shades of Medium Violet Red #C10870

Tints of Medium Violet Red #C10870

Color information

#C10870 (or 0xC10870) is unknown color: approx Medium Violet Red. HEX triplet: C1, 08 and 70. RGB value is (193,8,112). Sum of RGB (Red+Green+Blue) = 193+8+112=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C10870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10870 is #3EF78F. Grayscale: #4A4A4A. Windows color (decimal): -4126608 or 7342273. OLE color: 7342273.

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

Color convert

RGB1938112-
CMYK00.960.420.24
HSL326.27º92.04%39.41%-
HSV(B)326.27º95.85%75.69%-
XYZ2512.6816.46-
YUV75.17148.79212.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.66%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=61.66%
G=2.56%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193811200.960.420.24326.2792.0439.41
HexC18700602A181465c27
Octal301101600140523050613447
Binary110000011000111000001100000101010110001010001101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10870; }

 p { color: rgb(193,8,112); }

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

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

 a { background-color: rgb(193,8,112); }

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

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

 span { border-color: rgb(193,8,112); }

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