#C13DA3

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

Shades of Mulberry #C13DA3

Tints of Mulberry #C13DA3

Color information

#C13DA3 (or 0xC13DA3) is unknown color: approx Mulberry. HEX triplet: C1, 3D and A3. RGB value is (193,61,163). Sum of RGB (Red+Green+Blue) = 193+61+163=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DA3 is #3EC25C. Grayscale: #6F6F6F. Windows color (decimal): -4112989 or 10698177. OLE color: 10698177.

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

Color convert

RGB19361163-
CMYK00.680.160.24
HSL313.64º51.97%49.8%-
HSV(B)313.64º68.39%75.69%-
XYZ30.2717.3236.4-
YUV112.1156.73185.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 163 (64.06% from 255) = 39.09%
R=46.28%
G=14.63%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936116300.680.160.24313.6451.9749.8
HexC13DA3044101813a3432
Octal30175243010420304726462
Binary1100000111110110100011010001001000011000100111010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13DA3; }

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

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

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

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

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

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

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

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