Html Css Color HEX #C24DA2 Mulberry

📋 copy color: '#C24DA2'

red 194 ◦ green 77 ◦ blue 162

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

Shades of Mulberry #C24DA2

Tints of Mulberry #C24DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 44.8%
G = 17.78%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C24DA2 (or 0xC24DA2) is known color: Mulberry. HEX triplet: C2, 4D and A2. RGB value is (194,77,162). Sum of RGB (Red+Green+Blue) = 194+77+162=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DA2 is #3DB25D. Grayscale: #797979. Windows color (decimal): -4043358 or 10636738. OLE color: 10636738.

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

Color convert

RGB 194 77 162 -
CMYK 0 0.60 0.16 0.24
HSL 316.41º 0.49% 0.53% -
HSV(B) 316.41º 0.6% 0.76% -
XYZ 31.42 19.39 36.27 -
YUV 121.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 194 77 162 0 0.60 0.16 0.24 316.41 0.49 0.53
Hex C2 4D A2 0 3C 10 18 13C 31 35
Octal 302 115 242 0 74 20 30 474 61 65
Binary 11000010 1001101 10100010 0 111100 10000 11000 100111100 110001 110101

Color Harmonies of #C24DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DA2

Black with #C24DA2

Text Example


Text Example

White with #C24DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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