#c115a3

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

Shades of Medium Violet Red #C115A3

Tints of Medium Violet Red #C115A3

Color information

#C115A3 (or 0xC115A3) is unknown color: approx Medium Violet Red. HEX triplet: C1, 15 and A3. RGB value is (193,21,163). Sum of RGB (Red+Green+Blue) = 193+21+163=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C115A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C115A3 is #3EEA5C. Grayscale: #585858. Windows color (decimal): -4123229 or 10687937. OLE color: 10687937.

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

Color convert

RGB19321163-
CMYK00.890.160.24
HSL310.47º80.37%41.96%-
HSV(B)310.47º89.12%75.69%-
XYZ28.8714.5235.93-
YUV88.62169.98202.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 21 (8.59% from 255) = 5.57%
BLUE value IS 163 (64.06% from 255) = 43.24%
R=51.19%
G=5.57%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932116300.890.160.24310.4780.3741.96
HexC115A30591018136502a
Octal301252430131203046612052
Binary1100000110101101000110101100110000110001001101101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c115a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c115a3; }

 p { color: rgb(193,21,163); }

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

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

 a { background-color: rgb(193,21,163); }

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

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

 span { border-color: rgb(193,21,163); }

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