Html Css Color HEX #C24784 Mulberry

📋 copy color: '#C24784'

red 194 ◦ green 71 ◦ blue 132

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

Shades of Mulberry #C24784

Tints of Mulberry #C24784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 48.87%
G = 17.88%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C24784 (or 0xC24784) is known color: Mulberry. HEX triplet: C2, 47 and 84. RGB value is (194,71,132). Sum of RGB (Red+Green+Blue) = 194+71+132=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C24784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24784 is #3DB87B. Grayscale: #727272. Windows color (decimal): -4044924 or 8669122. OLE color: 8669122.

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

Color convert

RGB 194 71 132 -
CMYK 0 0.63 0.32 0.24
HSL 330.24º 0.5% 0.52% -
HSV(B) 330.24º 0.63% 0.76% -
XYZ 28.67 17.64 23.72 -
YUV 114.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 194 71 132 0 0.63 0.32 0.24 330.24 0.5 0.52
Hex C2 47 84 0 3F 20 18 14A 32 34
Octal 302 107 204 0 77 40 30 512 62 64
Binary 11000010 1000111 10000100 0 111111 100000 11000 101001010 110010 110100

Color Harmonies of #C24784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24784

Black with #C24784

Text Example


Text Example

White with #C24784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24784; }

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

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

background-color css

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

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

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

border-color css

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

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

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