#C145A1

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

Shades of Mulberry #C145A1

Tints of Mulberry #C145A1

Color information

#C145A1 (or 0xC145A1) is unknown color: approx Mulberry. HEX triplet: C1, 45 and A1. RGB value is (193,69,161). Sum of RGB (Red+Green+Blue) = 193+69+161=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C145A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145A1 is #3EBA5E. Grayscale: #747474. Windows color (decimal): -4110943 or 10569153. OLE color: 10569153.

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

Color convert

RGB19369161-
CMYK00.640.170.24
HSL315.48º50%51.37%-
HSV(B)315.48º64.25%75.69%-
XYZ30.5518.1735.61-
YUV116.56153.08182.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 69 (27.34% from 255) = 16.31%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=45.63%
G=16.31%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936916100.640.170.24315.485051.37
HexC145A1040111813b3233
Octal301105241010021304736263
Binary11000001100010110100001010000001000111000100111011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145A1; }

 p { color: rgb(193,69,161); }

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

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

 a { background-color: rgb(193,69,161); }

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

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

 span { border-color: rgb(193,69,161); }

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