#C13884

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

Shades of Medium Red Violet #C13884

Tints of Medium Red Violet #C13884

Color information

#C13884 (or 0xC13884) is unknown color: approx Medium Red Violet. HEX triplet: C1, 38 and 84. RGB value is (193,56,132). Sum of RGB (Red+Green+Blue) = 193+56+132=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C13884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13884 is #3EC77B. Grayscale: #696969. Windows color (decimal): -4114300 or 8665281. OLE color: 8665281.

HSL color Cylindrical-coordinate representation of color #C13884: hue angle of 326.72º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13884 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19356132-
CMYK00.710.320.24
HSL326.72º55.02%48.82%-
HSV(B)326.72º70.98%75.69%-
XYZ27.5715.8323.43-
YUV105.63142.89190.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=50.66%
G=14.70%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935613200.710.320.24326.7255.0248.82
HexC1388404720181473731
Octal30170204010740305076761
Binary11000001111000100001000100011110000011000101000111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13884; }

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

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

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

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

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

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

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

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