#C10876

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

Shades of Medium Violet Red #C10876

Tints of Medium Violet Red #C10876

Color information

#C10876 (or 0xC10876) is unknown color: approx Medium Violet Red. HEX triplet: C1, 08 and 76. RGB value is (193,8,118). Sum of RGB (Red+Green+Blue) = 193+8+118=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C10876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10876 is #3EF789. Grayscale: #4B4B4B. Windows color (decimal): -4126602 or 7735489. OLE color: 7735489.

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

Color convert

RGB1938118-
CMYK00.960.390.24
HSL324.32º92.04%39.41%-
HSV(B)324.32º95.85%75.69%-
XYZ25.3512.8218.28-
YUV75.86151.79211.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.50%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=60.50%
G=2.51%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193811800.960.390.24324.3292.0439.41
HexC187606027181445c27
Octal301101660140473050413447
Binary110000011000111011001100000100111110001010001001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10876; }

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

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

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

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

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

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

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

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