Html Css Color HEX #C24D94 Mulberry

📋 copy color: '#C24D94'

red 194 ◦ green 77 ◦ blue 148

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

Shades of Mulberry #C24D94

Tints of Mulberry #C24D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 46.3%
G = 18.38%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C24D94 (or 0xC24D94) is known color: Mulberry. HEX triplet: C2, 4D and 94. RGB value is (194,77,148). Sum of RGB (Red+Green+Blue) = 194+77+148=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D94 is #3DB26B. Grayscale: #777777. Windows color (decimal): -4043372 or 9719234. OLE color: 9719234.

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

Color convert

RGB 194 77 148 -
CMYK 0 0.60 0.24 0.24
HSL 323.59º 0.49% 0.53% -
HSV(B) 323.59º 0.6% 0.76% -
XYZ 30.25 18.92 30.07 -
YUV 120.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 194 77 148 0 0.60 0.24 0.24 323.59 0.49 0.53
Hex C2 4D 94 0 3C 18 18 144 31 35
Octal 302 115 224 0 74 30 30 504 61 65
Binary 11000010 1001101 10010100 0 111100 11000 11000 101000100 110001 110101

Color Harmonies of #C24D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D94

Black with #C24D94

Text Example


Text Example

White with #C24D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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