Html Css Color HEX #C24880 Mulberry

📋 copy color: '#C24880'

red 194 ◦ green 72 ◦ blue 128

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

Shades of Mulberry #C24880

Tints of Mulberry #C24880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 49.24%
G = 18.27%
B = 32.49%

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

#C24880 (or 0xC24880) is known color: Mulberry. HEX triplet: C2, 48 and 80. RGB value is (194,72,128). Sum of RGB (Red+Green+Blue) = 194+72+128=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C24880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24880 is #3DB77F. Grayscale: #727272. Windows color (decimal): -4044672 or 8407234. OLE color: 8407234.

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

Color convert

RGB 194 72 128 -
CMYK 0 0.63 0.34 0.24
HSL 332.46º 0.5% 0.52% -
HSV(B) 332.46º 0.63% 0.76% -
XYZ 28.46 17.66 22.33 -
YUV 114.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 194 72 128 0 0.63 0.34 0.24 332.46 0.5 0.52
Hex C2 48 80 0 3F 22 18 14C 32 34
Octal 302 110 200 0 77 42 30 514 62 64
Binary 11000010 1001000 10000000 0 111111 100010 11000 101001100 110010 110100

Color Harmonies of #C24880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24880

Black with #C24880

Text Example


Text Example

White with #C24880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24880; }

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

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

background-color css

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

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

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

border-color css

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

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

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