#C13978

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

Shades of Medium Red Violet #C13978

Tints of Medium Red Violet #C13978

Color information

#C13978 (or 0xC13978) is unknown color: approx Medium Red Violet. HEX triplet: C1, 39 and 78. RGB value is (193,57,120). Sum of RGB (Red+Green+Blue) = 193+57+120=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C13978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13978 is #3EC687. Grayscale: #686868. Windows color (decimal): -4114056 or 7879105. OLE color: 7879105.

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

Color convert

RGB19357120-
CMYK00.700.380.24
HSL332.21º54.4%49.02%-
HSV(B)332.21º70.47%75.69%-
XYZ26.8515.6219.37-
YUV104.85136.56190.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=52.16%
G=15.41%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935712000.700.380.24332.2154.449.02
HexC13978046261814c3631
Octal30171170010646305146661
Binary1100000111100111110000100011010011011000101001100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13978; }

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

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

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

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

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

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

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

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