#C2409C

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

Shades of Mulberry #C2409C

Tints of Mulberry #C2409C

Color information

#C2409C (or 0xC2409C) is unknown color: approx Mulberry. HEX triplet: C2, 40 and 9C. RGB value is (194,64,156). Sum of RGB (Red+Green+Blue) = 194+64+156=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2409C is #3DBF63. Grayscale: #717171. Windows color (decimal): -4046692 or 10240194. OLE color: 10240194.

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

Color convert

RGB19464156-
CMYK00.670.200.24
HSL317.54º51.59%50.59%-
HSV(B)317.54º67.01%76.08%-
XYZ30.0817.5433.25-
YUV113.36152.07185.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=46.86%
G=15.46%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946415600.670.200.24317.5451.5950.59
HexC2409C043141813e3433
Octal302100234010324304766463
Binary11000010100000010011100010000111010011000100111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2409C; }

 p { color: rgb(194,64,156); }

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

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

 a { background-color: rgb(194,64,156); }

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

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

 span { border-color: rgb(194,64,156); }

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