#C5419E

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

Shades of Mulberry #C5419E

Tints of Mulberry #C5419E

Color information

#C5419E (or 0xC5419E) is unknown color: approx Mulberry. HEX triplet: C5, 41 and 9E. RGB value is (197,65,158). Sum of RGB (Red+Green+Blue) = 197+65+158=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5419E is #3ABE61. Grayscale: #727272. Windows color (decimal): -3849826 or 10371525. OLE color: 10371525.

HSL color Cylindrical-coordinate representation of color #C5419E: hue angle of 317.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5419E is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19765158-
CMYK00.670.200.23
HSL317.73º53.23%51.37%-
HSV(B)317.73º67.01%77.25%-
XYZ31.0918.1234.21-
YUV115.07152.23186.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=46.90%
G=15.48%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976515800.670.200.23317.7353.2351.37
HexC5419E043141713e3533
Octal305101236010324274766563
Binary11000101100000110011110010000111010010111100111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5419E; }

 p { color: rgb(197,65,158); }

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

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

 a { background-color: rgb(197,65,158); }

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

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

 span { border-color: rgb(197,65,158); }

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