#C2459E

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

Shades of Mulberry #C2459E

Tints of Mulberry #C2459E

Color information

#C2459E (or 0xC2459E) is unknown color: approx Mulberry. HEX triplet: C2, 45 and 9E. RGB value is (194,69,158). Sum of RGB (Red+Green+Blue) = 194+69+158=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2459E is #3DBA61. Grayscale: #747474. Windows color (decimal): -4045410 or 10372546. OLE color: 10372546.

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

Color convert

RGB19469158-
CMYK00.640.190.24
HSL317.28º50.61%51.57%-
HSV(B)317.28º64.43%76.08%-
XYZ30.5518.1934.25-
YUV116.52151.41183.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=46.08%
G=16.39%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946915800.640.190.24317.2850.6151.57
HexC2459E040131813d3334
Octal302105236010023304756364
Binary11000010100010110011110010000001001111000100111101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2459E; }

 p { color: rgb(194,69,158); }

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

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

 a { background-color: rgb(194,69,158); }

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

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

 span { border-color: rgb(194,69,158); }

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