#C13984

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

Shades of Medium Red Violet #C13984

Tints of Medium Red Violet #C13984

Color information

#C13984 (or 0xC13984) is unknown color: approx Medium Red Violet. HEX triplet: C1, 39 and 84. RGB value is (193,57,132). Sum of RGB (Red+Green+Blue) = 193+57+132=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C13984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13984 is #3EC67B. Grayscale: #6A6A6A. Windows color (decimal): -4114044 or 8665537. OLE color: 8665537.

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

Color convert

RGB19357132-
CMYK00.700.320.24
HSL326.91º54.4%49.02%-
HSV(B)326.91º70.47%75.69%-
XYZ27.6215.9323.45-
YUV106.21142.56189.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=50.52%
G=14.92%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935713200.700.320.24326.9154.449.02
HexC1398404620181473631
Octal30171204010640305076661
Binary11000001111001100001000100011010000011000101000111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13984; }

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

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

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

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

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

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

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

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