Html Css Color HEX #C24881 Mulberry

📋 copy color: '#C24881'

red 194 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #C24881

Tints of Mulberry #C24881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 49.11%
G = 18.23%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C24881 (or 0xC24881) is known color: Mulberry. HEX triplet: C2, 48 and 81. RGB value is (194,72,129). Sum of RGB (Red+Green+Blue) = 194+72+129=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24881 is #3DB77E. Grayscale: #727272. Windows color (decimal): -4044671 or 8472770. OLE color: 8472770.

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

Color convert

RGB 194 72 129 -
CMYK 0 0.63 0.34 0.24
HSL 331.97º 0.5% 0.52% -
HSV(B) 331.97º 0.63% 0.76% -
XYZ 28.53 17.69 22.68 -
YUV 114.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 194 72 129 0 0.63 0.34 0.24 331.97 0.5 0.52
Hex C2 48 81 0 3F 22 18 14C 32 34
Octal 302 110 201 0 77 42 30 514 62 64
Binary 11000010 1001000 10000001 0 111111 100010 11000 101001100 110010 110100

Color Harmonies of #C24881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24881

Black with #C24881

Text Example


Text Example

White with #C24881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24881; }

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

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

background-color css

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

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

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

border-color css

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

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

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