#C107A6

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

Shades of Medium Violet Red #C107A6

Tints of Medium Violet Red #C107A6

Color information

#C107A6 (or 0xC107A6) is unknown color: approx Medium Violet Red. HEX triplet: C1, 07 and A6. RGB value is (193,7,166). Sum of RGB (Red+Green+Blue) = 193+7+166=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C107A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C107A6 is #3EF859. Grayscale: #505050. Windows color (decimal): -4126810 or 10880961. OLE color: 10880961.

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

Color convert

RGB1937166-
CMYK00.960.140.24
HSL308.71º93%39.22%-
HSV(B)308.71º96.37%75.69%-
XYZ28.9514.2437.3-
YUV80.74176.12208.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 166 (65.23% from 255) = 45.36%
R=52.73%
G=1.91%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193716600.960.140.24308.719339.22
HexC17A6060E181355d27
Octal30172460140163046513547
Binary1100000111110100110011000001110110001001101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C107A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C107A6; }

 p { color: rgb(193,7,166); }

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

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

 a { background-color: rgb(193,7,166); }

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

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

 span { border-color: rgb(193,7,166); }

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