Html Css Color HEX #C24984 Mulberry

📋 copy color: '#C24984'

red 194 ◦ green 73 ◦ blue 132

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

Shades of Mulberry #C24984

Tints of Mulberry #C24984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 48.62%
G = 18.3%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C24984 (or 0xC24984) is known color: Mulberry. HEX triplet: C2, 49 and 84. RGB value is (194,73,132). Sum of RGB (Red+Green+Blue) = 194+73+132=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C24984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24984 is #3DB67B. Grayscale: #737373. Windows color (decimal): -4044412 or 8669634. OLE color: 8669634.

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

Color convert

RGB 194 73 132 -
CMYK 0 0.62 0.32 0.24
HSL 330.74º 0.5% 0.52% -
HSV(B) 330.74º 0.62% 0.76% -
XYZ 28.8 17.9 23.77 -
YUV 115.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 194 73 132 0 0.62 0.32 0.24 330.74 0.5 0.52
Hex C2 49 84 0 3E 20 18 14B 32 34
Octal 302 111 204 0 76 40 30 513 62 64
Binary 11000010 1001001 10000100 0 111110 100000 11000 101001011 110010 110100

Color Harmonies of #C24984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24984

Black with #C24984

Text Example


Text Example

White with #C24984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24984; }

 p { color: rgb(194,73,132); }

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

background-color css

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

 a { background-color: rgb(194,73,132); }

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

border-color css

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

 span { border-color: rgb(194,73,132); }

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