Html Css Color HEX #C24886 Mulberry

📋 copy color: '#C24886'

red 194 ◦ green 72 ◦ blue 134

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

Shades of Mulberry #C24886

Tints of Mulberry #C24886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 48.5%
G = 18%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24886 (or 0xC24886) is known color: Mulberry. HEX triplet: C2, 48 and 86. RGB value is (194,72,134). Sum of RGB (Red+Green+Blue) = 194+72+134=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C24886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24886 is #3DB779. Grayscale: #737373. Windows color (decimal): -4044666 or 8800450. OLE color: 8800450.

HSL color Cylindrical-coordinate representation of color #C24886: hue angle of 329.51º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24886 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 134 -
CMYK 0 0.63 0.31 0.24
HSL 329.51º 0.5% 0.52% -
HSV(B) 329.51º 0.63% 0.76% -
XYZ 28.87 17.83 24.47 -
YUV 115.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 194 72 134 0 0.63 0.31 0.24 329.51 0.5 0.52
Hex C2 48 86 0 3F 1F 18 14A 32 34
Octal 302 110 206 0 77 37 30 512 62 64
Binary 11000010 1001000 10000110 0 111111 11111 11000 101001010 110010 110100

Color Harmonies of #C24886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24886

Black with #C24886

Text Example


Text Example

White with #C24886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24886; }

 p { color: rgb(194,72,134); }

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

background-color css

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

 a { background-color: rgb(194,72,134); }

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

border-color css

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

 span { border-color: rgb(194,72,134); }

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