#C2509A

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

Shades of Mulberry #C2509A

Tints of Mulberry #C2509A

Color information

#C2509A (or 0xC2509A) is unknown color: approx Mulberry. HEX triplet: C2, 50 and 9A. RGB value is (194,80,154). Sum of RGB (Red+Green+Blue) = 194+80+154=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509A is #3DAF65. Grayscale: #7A7A7A. Windows color (decimal): -4042598 or 10113218. OLE color: 10113218.

HSL color Cylindrical-coordinate representation of color #C2509A: hue angle of 321.05º 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 #C2509A is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19480154-
CMYK00.590.210.24
HSL321.05º48.31%53.73%-
HSV(B)321.05º58.76%76.08%-
XYZ30.9519.5432.71-
YUV122.52145.77178.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 154 (60.55% from 255) = 35.98%
R=45.33%
G=18.69%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948015400.590.210.24321.0548.3153.73
HexC2509A03B15181413036
Octal30212023207325305016066
Binary1100001010100001001101001110111010111000101000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2509A; }

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

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

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

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

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

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

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

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