#C1459F

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

Shades of Mulberry #C1459F

Tints of Mulberry #C1459F

Color information

#C1459F (or 0xC1459F) is unknown color: approx Mulberry. HEX triplet: C1, 45 and 9F. RGB value is (193,69,159). Sum of RGB (Red+Green+Blue) = 193+69+159=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1459F is #3EBA60. Grayscale: #747474. Windows color (decimal): -4110945 or 10438081. OLE color: 10438081.

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

Color convert

RGB19369159-
CMYK00.640.180.24
HSL316.45º50%51.37%-
HSV(B)316.45º64.25%75.69%-
XYZ30.3818.134.69-
YUV116.34152.08182.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=45.84%
G=16.39%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936915900.640.180.24316.455051.37
HexC1459F040121813c3233
Octal301105237010022304746263
Binary11000001100010110011111010000001001011000100111100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1459F; }

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

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

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

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

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

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

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

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