#C24BA2

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

Shades of Mulberry #C24BA2

Tints of Mulberry #C24BA2

Color information

#C24BA2 (or 0xC24BA2) is unknown color: approx Mulberry. HEX triplet: C2, 4B and A2. RGB value is (194,75,162). Sum of RGB (Red+Green+Blue) = 194+75+162=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BA2 is #3DB45D. Grayscale: #787878. Windows color (decimal): -4043870 or 10636226. OLE color: 10636226.

HSL color Cylindrical-coordinate representation of color #C24BA2: hue angle of 316.13º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24BA2 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19475162-
CMYK00.610.160.24
HSL316.13º49.38%52.75%-
HSV(B)316.13º61.34%76.08%-
XYZ31.2919.1136.22-
YUV120.5151.42180.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 75 (29.69% from 255) = 17.40%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=45.01%
G=17.40%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947516200.610.160.24316.1349.3852.75
HexC24BA203D101813c3135
Octal30211324207520304746165
Binary1100001010010111010001001111011000011000100111100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24BA2; }

 p { color: rgb(194,75,162); }

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

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

 a { background-color: rgb(194,75,162); }

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

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

 span { border-color: rgb(194,75,162); }

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