Html Css Color HEX #C24D85 Mulberry

📋 copy color: '#C24D85'

red 194 ◦ green 77 ◦ blue 133

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

Shades of Mulberry #C24D85

Tints of Mulberry #C24D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 48.02%
G = 19.06%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24D85 (or 0xC24D85) is known color: Mulberry. HEX triplet: C2, 4D and 85. RGB value is (194,77,133). Sum of RGB (Red+Green+Blue) = 194+77+133=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D85 is #3DB27A. Grayscale: #767676. Windows color (decimal): -4043387 or 8736194. OLE color: 8736194.

HSL color Cylindrical-coordinate representation of color #C24D85: hue angle of 331.28º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D85 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 133 -
CMYK 0 0.60 0.31 0.24
HSL 331.28º 0.49% 0.53% -
HSV(B) 331.28º 0.6% 0.76% -
XYZ 29.14 18.47 24.22 -
YUV 118.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 194 77 133 0 0.60 0.31 0.24 331.28 0.49 0.53
Hex C2 4D 85 0 3C 1F 18 14B 31 35
Octal 302 115 205 0 74 37 30 513 61 65
Binary 11000010 1001101 10000101 0 111100 11111 11000 101001011 110001 110101

Color Harmonies of #C24D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D85

Black with #C24D85

Text Example


Text Example

White with #C24D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D85; }

 p { color: rgb(194,77,133); }

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

background-color css

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

 a { background-color: rgb(194,77,133); }

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

border-color css

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

 span { border-color: rgb(194,77,133); }

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