#C13997

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

Shades of Medium Red Violet #C13997

Tints of Medium Red Violet #C13997

Color information

#C13997 (or 0xC13997) is unknown color: approx Medium Red Violet. HEX triplet: C1, 39 and 97. RGB value is (193,57,151). Sum of RGB (Red+Green+Blue) = 193+57+151=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C13997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13997 is #3EC668. Grayscale: #6C6C6C. Windows color (decimal): -4114025 or 9910721. OLE color: 9910721.

HSL color Cylindrical-coordinate representation of color #C13997: hue angle of 318.53º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13997 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19357151-
CMYK00.700.220.24
HSL318.53º54.4%49.02%-
HSV(B)318.53º70.47%75.69%-
XYZ29.0416.530.93-
YUV108.38152.06188.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=48.13%
G=14.21%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935715100.700.220.24318.5354.449.02
HexC13997046161813f3631
Octal30171227010626304776661
Binary1100000111100110010111010001101011011000100111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13997; }

 p { color: rgb(193,57,151); }

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

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

 a { background-color: rgb(193,57,151); }

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

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

 span { border-color: rgb(193,57,151); }

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