Html Css Color HEX #C24D8A Mulberry

📋 copy color: '#C24D8A'

red 194 ◦ green 77 ◦ blue 138

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

Shades of Mulberry #C24D8A

Tints of Mulberry #C24D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 47.43%
G = 18.83%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C24D8A (or 0xC24D8A) is known color: Mulberry. HEX triplet: C2, 4D and 8A. RGB value is (194,77,138). Sum of RGB (Red+Green+Blue) = 194+77+138=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D8A is #3DB275. Grayscale: #767676. Windows color (decimal): -4043382 or 9063874. OLE color: 9063874.

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

Color convert

RGB 194 77 138 -
CMYK 0 0.60 0.29 0.24
HSL 328.72º 0.49% 0.53% -
HSV(B) 328.72º 0.6% 0.76% -
XYZ 29.49 18.61 26.08 -
YUV 118.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 194 77 138 0 0.60 0.29 0.24 328.72 0.49 0.53
Hex C2 4D 8A 0 3C 1D 18 149 31 35
Octal 302 115 212 0 74 35 30 511 61 65
Binary 11000010 1001101 10001010 0 111100 11101 11000 101001001 110001 110101

Color Harmonies of #C24D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D8A

Black with #C24D8A

Text Example


Text Example

White with #C24D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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