#C24B8B

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

Shades of Mulberry #C24B8B

Tints of Mulberry #C24B8B

Color information

#C24B8B (or 0xC24B8B) is unknown color: approx Mulberry. HEX triplet: C2, 4B and 8B. RGB value is (194,75,139). Sum of RGB (Red+Green+Blue) = 194+75+139=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24B8B is #3DB474. Grayscale: #757575. Windows color (decimal): -4043893 or 9128898. OLE color: 9128898.

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

Color convert

RGB19475139-
CMYK00.610.280.24
HSL327.73º49.38%52.75%-
HSV(B)327.73º61.34%76.08%-
XYZ29.4218.3726.42-
YUV117.88139.92182.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 75 (29.69% from 255) = 18.38%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=47.55%
G=18.38%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947513900.610.280.24327.7349.3852.75
HexC24B8B03D1C181483135
Octal30211321307534305106165
Binary1100001010010111000101101111011110011000101001000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24B8B; }

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

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

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

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

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

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

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

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