#C24B7F

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

Shades of Mulberry #C24B7F

Tints of Mulberry #C24B7F

Color information

#C24B7F (or 0xC24B7F) is unknown color: approx Mulberry. HEX triplet: C2, 4B and 7F. RGB value is (194,75,127). Sum of RGB (Red+Green+Blue) = 194+75+127=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B7F is #3DB480. Grayscale: #747474. Windows color (decimal): -4043905 or 8342466. OLE color: 8342466.

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

Color convert

RGB19475127-
CMYK00.610.350.24
HSL333.78º49.38%52.75%-
HSV(B)333.78º61.34%76.08%-
XYZ28.5918.0322.05-
YUV116.51133.92183.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 127 (50% from 255) = 32.07%
R=48.99%
G=18.94%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947512700.610.350.24333.7849.3852.75
HexC24B7F03D231814e3135
Octal30211317707543305166165
Binary1100001010010111111111011110110001111000101001110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24B7F; }

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

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

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

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

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

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

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

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