#C13DA6

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

Shades of Mulberry #C13DA6

Tints of Mulberry #C13DA6

Color information

#C13DA6 (or 0xC13DA6) is unknown color: approx Mulberry. HEX triplet: C1, 3D and A6. RGB value is (193,61,166). Sum of RGB (Red+Green+Blue) = 193+61+166=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DA6 is #3EC259. Grayscale: #707070. Windows color (decimal): -4112986 or 10894785. OLE color: 10894785.

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

Color convert

RGB19361166-
CMYK00.680.140.24
HSL312.27º51.97%49.8%-
HSV(B)312.27º68.39%75.69%-
XYZ30.5417.4337.83-
YUV112.44158.23185.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 61 (24.22% from 255) = 14.52%
BLUE value IS 166 (65.23% from 255) = 39.52%
R=45.95%
G=14.52%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936116600.680.140.24312.2751.9749.8
HexC13DA6044E181383432
Octal30175246010416304706462
Binary110000011111011010011001000100111011000100111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13DA6; }

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

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

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

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

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

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

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

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