Html Css Color HEX #C24584 Mulberry

📋 copy color: '#C24584'

red 194 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #C24584

Tints of Mulberry #C24584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.47%

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

R = 49.11%
G = 17.47%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C24584 (or 0xC24584) is known color: Mulberry. HEX triplet: C2, 45 and 84. RGB value is (194,69,132). Sum of RGB (Red+Green+Blue) = 194+69+132=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24584 is #3DBA7B. Grayscale: #717171. Windows color (decimal): -4045436 or 8668610. OLE color: 8668610.

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

Color convert

RGB 194 69 132 -
CMYK 0 0.64 0.32 0.24
HSL 329.76º 0.51% 0.52% -
HSV(B) 329.76º 0.64% 0.76% -
XYZ 28.54 17.39 23.68 -
YUV 113.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 194 69 132 0 0.64 0.32 0.24 329.76 0.51 0.52
Hex C2 45 84 0 40 20 18 14A 33 34
Octal 302 105 204 0 100 40 30 512 63 64
Binary 11000010 1000101 10000100 0 1000000 100000 11000 101001010 110011 110100

Color Harmonies of #C24584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24584

Black with #C24584

Text Example


Text Example

White with #C24584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24584; }

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

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

background-color css

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

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

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

border-color css

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

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

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