Html Css Color HEX #C24F81 Mulberry

📋 copy color: '#C24F81'

red 194 ◦ green 79 ◦ blue 129

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

Shades of Mulberry #C24F81

Tints of Mulberry #C24F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

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

R = 48.26%
G = 19.65%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C24F81 (or 0xC24F81) is known color: Mulberry. HEX triplet: C2, 4F and 81. RGB value is (194,79,129). Sum of RGB (Red+Green+Blue) = 194+79+129=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F81 is #3DB07E. Grayscale: #777777. Windows color (decimal): -4042879 or 8474562. OLE color: 8474562.

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

Color convert

RGB 194 79 129 -
CMYK 0 0.59 0.34 0.24
HSL 333.91º 0.49% 0.54% -
HSV(B) 333.91º 0.59% 0.76% -
XYZ 29.01 18.65 22.84 -
YUV 119.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 194 79 129 0 0.59 0.34 0.24 333.91 0.49 0.54
Hex C2 4F 81 0 3B 22 18 14E 31 36
Octal 302 117 201 0 73 42 30 516 61 66
Binary 11000010 1001111 10000001 0 111011 100010 11000 101001110 110001 110110

Color Harmonies of #C24F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F81

Black with #C24F81

Text Example


Text Example

White with #C24F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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