#C1519E

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

Shades of Mulberry #C1519E

Tints of Mulberry #C1519E

Color information

#C1519E (or 0xC1519E) is unknown color: approx Mulberry. HEX triplet: C1, 51 and 9E. RGB value is (193,81,158). Sum of RGB (Red+Green+Blue) = 193+81+158=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1519E is #3EAE61. Grayscale: #7B7B7B. Windows color (decimal): -4107874 or 10375617. OLE color: 10375617.

HSL color Cylindrical-coordinate representation of color #C1519E: hue angle of 318.75º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1519E is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19381158-
CMYK00.580.180.24
HSL318.75º47.46%53.73%-
HSV(B)318.75º58.03%75.69%-
XYZ31.1119.6934.51-
YUV123.27147.61177.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=44.68%
G=18.75%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938115800.580.180.24318.7547.4653.73
HexC1519E03A121813f2f36
Octal30112123607222304775766
Binary1100000110100011001111001110101001011000100111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1519E; }

 p { color: rgb(193,81,158); }

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

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

 a { background-color: rgb(193,81,158); }

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

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

 span { border-color: rgb(193,81,158); }

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