#c13aa6

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

Shades of Medium Red Violet #C13AA6

Tints of Medium Red Violet #C13AA6

Color information

#C13AA6 (or 0xC13AA6) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3A and A6. RGB value is (193,58,166). Sum of RGB (Red+Green+Blue) = 193+58+166=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13AA6 is #3EC559. Grayscale: #6E6E6E. Windows color (decimal): -4113754 or 10894017. OLE color: 10894017.

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

Color convert

RGB19358166-
CMYK00.700.140.24
HSL312º53.78%49.22%-
HSV(B)312º69.95%75.69%-
XYZ30.3917.1237.78-
YUV110.68159.23186.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 166 (65.23% from 255) = 39.81%
R=46.28%
G=13.91%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935816600.700.140.2431253.7849.22
HexC13AA6046E181383631
Octal30172246010616304706661
Binary110000011110101010011001000110111011000100111000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13aa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13aa6; }

 p { color: rgb(193,58,166); }

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

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

 a { background-color: rgb(193,58,166); }

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

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

 span { border-color: rgb(193,58,166); }

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