#C2509D

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

Shades of Mulberry #C2509D

Tints of Mulberry #C2509D

Color information

#C2509D (or 0xC2509D) is unknown color: approx Mulberry. HEX triplet: C2, 50 and 9D. RGB value is (194,80,157). Sum of RGB (Red+Green+Blue) = 194+80+157=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509D is #3DAF62. Grayscale: #7A7A7A. Windows color (decimal): -4042595 or 10309826. OLE color: 10309826.

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

Color convert

RGB19480157-
CMYK00.590.190.24
HSL319.47º48.31%53.73%-
HSV(B)319.47º58.76%76.08%-
XYZ31.219.6434.04-
YUV122.86147.27178.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 80 (31.64% from 255) = 18.56%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=45.01%
G=18.56%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948015700.590.190.24319.4748.3153.73
HexC2509D03B131813f3036
Octal30212023507323304776066
Binary1100001010100001001110101110111001111000100111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2509D; }

 p { color: rgb(194,80,157); }

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

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

 a { background-color: rgb(194,80,157); }

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

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

 span { border-color: rgb(194,80,157); }

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