#C13FA5

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

Shades of Mulberry #C13FA5

Tints of Mulberry #C13FA5

Color information

#C13FA5 (or 0xC13FA5) is unknown color: approx Mulberry. HEX triplet: C1, 3F and A5. RGB value is (193,63,165). Sum of RGB (Red+Green+Blue) = 193+63+165=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FA5 is #3EC05A. Grayscale: #717171. Windows color (decimal): -4112475 or 10829761. OLE color: 10829761.

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

Color convert

RGB19363165-
CMYK00.670.150.24
HSL312.92º51.18%50.2%-
HSV(B)312.92º67.36%75.69%-
XYZ30.5617.6137.39-
YUV113.5157.07184.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 63 (25% from 255) = 14.96%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=45.84%
G=14.96%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936316500.670.150.24312.9251.1850.2
HexC13FA5043F181393332
Octal30177245010317304716362
Binary110000011111111010010101000011111111000100111001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13FA5; }

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

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

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

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

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

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

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

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