Html Css Color HEX #C24A99 Mulberry

📋 copy color: '#C24A99'

red 194 ◦ green 74 ◦ blue 153

#C24A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #C24A99

Tints of Mulberry #C24A99

RGB

 RED value IS 194 (76.17% from 255) = 46.08%

 GREEN value IS 74 (29.3% from 255) = 17.58%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 46.08%
G = 17.58%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C24A99 (or 0xC24A99) is known color: Mulberry. HEX triplet: C2, 4A and 99. RGB value is (194,74,153). Sum of RGB (Red+Green+Blue) = 194+74+153=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A99 is #3DB566. Grayscale: #767676. Windows color (decimal): -4044135 or 10046146. OLE color: 10046146.

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

Color convert

RGB 194 74 153 -
CMYK 0 0.62 0.21 0.24
HSL 320.5º 0.5% 0.53% -
HSV(B) 320.5º 0.62% 0.76% -
XYZ 30.45 18.67 32.14 -
YUV 118.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 194 74 153 0 0.62 0.21 0.24 320.5 0.5 0.53
Hex C2 4A 99 0 3E 15 18 140 32 35
Octal 302 112 231 0 76 25 30 500 62 65
Binary 11000010 1001010 10011001 0 111110 10101 11000 101000000 110010 110101

Color Harmonies of #C24A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A99

Black with #C24A99

Text Example


Text Example

White with #C24A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A99; }

 p { color: rgb(194,74,153); }

 H1.HeaderClassName
 {
   color: #C24A99;
 }
 .AnyTagClassName
 {
   color: #C24A99;
 }
</style>

background-color css

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

 a { background-color: rgb(194,74,153); }

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

border-color css

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

 span { border-color: rgb(194,74,153); }

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