Html Css Color HEX #C24D82 Mulberry

📋 copy color: '#C24D82'

red 194 ◦ green 77 ◦ blue 130

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

Shades of Mulberry #C24D82

Tints of Mulberry #C24D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 48.38%
G = 19.2%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C24D82 (or 0xC24D82) is known color: Mulberry. HEX triplet: C2, 4D and 82. RGB value is (194,77,130). Sum of RGB (Red+Green+Blue) = 194+77+130=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D82 is #3DB27D. Grayscale: #757575. Windows color (decimal): -4043390 or 8539586. OLE color: 8539586.

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

Color convert

RGB 194 77 130 -
CMYK 0 0.60 0.33 0.24
HSL 332.82º 0.49% 0.53% -
HSV(B) 332.82º 0.6% 0.76% -
XYZ 28.93 18.39 23.14 -
YUV 118.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 194 77 130 0 0.60 0.33 0.24 332.82 0.49 0.53
Hex C2 4D 82 0 3C 21 18 14D 31 35
Octal 302 115 202 0 74 41 30 515 61 65
Binary 11000010 1001101 10000010 0 111100 100001 11000 101001101 110001 110101

Color Harmonies of #C24D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D82

Black with #C24D82

Text Example


Text Example

White with #C24D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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