#C13EA5

Color #C13EA5 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C13EA5

Tints of Mulberry #C13EA5

Color information

#C13EA5 (or 0xC13EA5) is unknown color: approx Mulberry. HEX triplet: C1, 3E and A5. RGB value is (193,62,165). Sum of RGB (Red+Green+Blue) = 193+62+165=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EA5 is #3EC15A. Grayscale: #707070. Windows color (decimal): -4112731 or 10829505. OLE color: 10829505.

HSL color Cylindrical-coordinate representation of color #C13EA5: hue angle of 312.82º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13EA5 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19362165-
CMYK00.680.150.24
HSL312.82º51.37%50%-
HSV(B)312.82º67.88%75.69%-
XYZ30.5117.537.37-
YUV112.91157.4185.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 62 (24.61% from 255) = 14.76%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=45.95%
G=14.76%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936216500.680.150.24312.8251.3750
HexC13EA5044F181393332
Octal30176245010417304716362
Binary110000011111101010010101000100111111000100111001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13EA5; }

 p { color: rgb(193,62,165); }

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

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

 a { background-color: rgb(193,62,165); }

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

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

 span { border-color: rgb(193,62,165); }

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