#C2519F

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

Shades of Mulberry #C2519F

Tints of Mulberry #C2519F

Color information

#C2519F (or 0xC2519F) is unknown color: approx Mulberry. HEX triplet: C2, 51 and 9F. RGB value is (194,81,159). Sum of RGB (Red+Green+Blue) = 194+81+159=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2519F is #3DAE60. Grayscale: #7B7B7B. Windows color (decimal): -4042337 or 10441154. OLE color: 10441154.

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

Color convert

RGB19481159-
CMYK00.580.180.24
HSL318.58º48.09%53.92%-
HSV(B)318.58º58.25%76.08%-
XYZ31.4519.8634.98-
YUV123.68147.94178.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 159 (62.5% from 255) = 36.64%
R=44.70%
G=18.66%
B=36.64%

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
Decimal1948115900.580.180.24318.5848.0953.92
HexC2519F03A121813f3036
Octal30212123707222304776066
Binary1100001010100011001111101110101001011000100111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2519F; }

 p { color: rgb(194,81,159); }

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

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

 a { background-color: rgb(194,81,159); }

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

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

 span { border-color: rgb(194,81,159); }

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