Html Css Color HEX #C24F96 Mulberry

📋 copy color: '#C24F96'

red 194 ◦ green 79 ◦ blue 150

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

Shades of Mulberry #C24F96

Tints of Mulberry #C24F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 45.86%
G = 18.68%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24F96 (or 0xC24F96) is known color: Mulberry. HEX triplet: C2, 4F and 96. RGB value is (194,79,150). Sum of RGB (Red+Green+Blue) = 194+79+150=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F96 is #3DB069. Grayscale: #797979. Windows color (decimal): -4042858 or 9850818. OLE color: 9850818.

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

Color convert

RGB 194 79 150 -
CMYK 0 0.59 0.23 0.24
HSL 322.96º 0.49% 0.54% -
HSV(B) 322.96º 0.59% 0.76% -
XYZ 30.55 19.26 30.96 -
YUV 121.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 194 79 150 0 0.59 0.23 0.24 322.96 0.49 0.54
Hex C2 4F 96 0 3B 17 18 143 31 36
Octal 302 117 226 0 73 27 30 503 61 66
Binary 11000010 1001111 10010110 0 111011 10111 11000 101000011 110001 110110

Color Harmonies of #C24F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F96

Black with #C24F96

Text Example


Text Example

White with #C24F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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