Html Css Color HEX #C24F8D Mulberry

📋 copy color: '#C24F8D'

red 194 ◦ green 79 ◦ blue 141

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

Shades of Mulberry #C24F8D

Tints of Mulberry #C24F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.08%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 46.86%
G = 19.08%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C24F8D (or 0xC24F8D) is known color: Mulberry. HEX triplet: C2, 4F and 8D. RGB value is (194,79,141). Sum of RGB (Red+Green+Blue) = 194+79+141=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F8D is #3DB072. Grayscale: #787878. Windows color (decimal): -4042867 or 9260994. OLE color: 9260994.

HSL color Cylindrical-coordinate representation of color #C24F8D: hue angle of 327.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F8D is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 141 -
CMYK 0 0.59 0.27 0.24
HSL 327.65º 0.49% 0.54% -
HSV(B) 327.65º 0.59% 0.76% -
XYZ 29.85 18.98 27.29 -
YUV 120.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 194 79 141 0 0.59 0.27 0.24 327.65 0.49 0.54
Hex C2 4F 8D 0 3B 1B 18 148 31 36
Octal 302 117 215 0 73 33 30 510 61 66
Binary 11000010 1001111 10001101 0 111011 11011 11000 101001000 110001 110110

Color Harmonies of #C24F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F8D

Black with #C24F8D

Text Example


Text Example

White with #C24F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F8D; }

 p { color: rgb(194,79,141); }

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

background-color css

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

 a { background-color: rgb(194,79,141); }

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

border-color css

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

 span { border-color: rgb(194,79,141); }

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