Html Css Color HEX #C24F9F Mulberry

📋 copy color: '#C24F9F'

red 194 ◦ green 79 ◦ blue 159

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

Shades of Mulberry #C24F9F

Tints of Mulberry #C24F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 44.91%
G = 18.29%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C24F9F (or 0xC24F9F) is known color: Mulberry. HEX triplet: C2, 4F and 9F. RGB value is (194,79,159). Sum of RGB (Red+Green+Blue) = 194+79+159=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24F9F is #3DB060. Grayscale: #7A7A7A. Windows color (decimal): -4042849 or 10440642. OLE color: 10440642.

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

Color convert

RGB 194 79 159 -
CMYK 0 0.59 0.18 0.24
HSL 318.26º 0.49% 0.54% -
HSV(B) 318.26º 0.59% 0.76% -
XYZ 31.3 19.56 34.93 -
YUV 122.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 194 79 159 0 0.59 0.18 0.24 318.26 0.49 0.54
Hex C2 4F 9F 0 3B 12 18 13E 31 36
Octal 302 117 237 0 73 22 30 476 61 66
Binary 11000010 1001111 10011111 0 111011 10010 11000 100111110 110001 110110

Color Harmonies of #C24F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F9F

Black with #C24F9F

Text Example


Text Example

White with #C24F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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