#C13187

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

Shades of Medium Red Violet #C13187

Tints of Medium Red Violet #C13187

Color information

#C13187 (or 0xC13187) is unknown color: approx Medium Red Violet. HEX triplet: C1, 31 and 87. RGB value is (193,49,135). Sum of RGB (Red+Green+Blue) = 193+49+135=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C13187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13187 is #3ECE78. Grayscale: #656565. Windows color (decimal): -4116089 or 8860097. OLE color: 8860097.

HSL color Cylindrical-coordinate representation of color #C13187: hue angle of 324.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13187 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19349135-
CMYK00.750.300.24
HSL324.17º59.5%47.45%-
HSV(B)324.17º74.61%75.69%-
XYZ27.4615.2824.42-
YUV101.86146.71193.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 49 (19.53% from 255) = 13.00%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=51.19%
G=13.00%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934913500.750.300.24324.1759.547.45
HexC1318704B1E181443c2f
Octal30161207011336305047457
Binary1100000111000110000111010010111111011000101000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13187; }

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

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

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

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

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

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

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

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