Html Css Color HEX #C24A81 Mulberry

📋 copy color: '#C24A81'

red 194 ◦ green 74 ◦ blue 129

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

Shades of Mulberry #C24A81

Tints of Mulberry #C24A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 48.87%
G = 18.64%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C24A81 (or 0xC24A81) is known color: Mulberry. HEX triplet: C2, 4A and 81. RGB value is (194,74,129). Sum of RGB (Red+Green+Blue) = 194+74+129=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A81 is #3DB57E. Grayscale: #747474. Windows color (decimal): -4044159 or 8473282. OLE color: 8473282.

HSL color Cylindrical-coordinate representation of color #C24A81: hue angle of 332.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 #C24A81 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 129 -
CMYK 0 0.62 0.34 0.24
HSL 332.5º 0.5% 0.53% -
HSV(B) 332.5º 0.62% 0.76% -
XYZ 28.66 17.95 22.72 -
YUV 116.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 194 74 129 0 0.62 0.34 0.24 332.5 0.5 0.53
Hex C2 4A 81 0 3E 22 18 14C 32 35
Octal 302 112 201 0 76 42 30 514 62 65
Binary 11000010 1001010 10000001 0 111110 100010 11000 101001100 110010 110101

Color Harmonies of #C24A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A81

Black with #C24A81

Text Example


Text Example

White with #C24A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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