Html Css Color HEX #C24C8C Mulberry

📋 copy color: '#C24C8C'

red 194 ◦ green 76 ◦ blue 140

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

Shades of Mulberry #C24C8C

Tints of Mulberry #C24C8C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 47.32%
G = 18.54%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C24C8C (or 0xC24C8C) is known color: Mulberry. HEX triplet: C2, 4C and 8C. RGB value is (194,76,140). Sum of RGB (Red+Green+Blue) = 194+76+140=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24C8C is #3DB373. Grayscale: #767676. Windows color (decimal): -4043636 or 9194690. OLE color: 9194690.

HSL color Cylindrical-coordinate representation of color #C24C8C: hue angle of 327.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24C8C is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 76 140 -
CMYK 0 0.61 0.28 0.24
HSL 327.46º 0.49% 0.53% -
HSV(B) 327.46º 0.61% 0.76% -
XYZ 29.57 18.53 26.83 -
YUV 118.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 194 76 140 0 0.61 0.28 0.24 327.46 0.49 0.53
Hex C2 4C 8C 0 3D 1C 18 147 31 35
Octal 302 114 214 0 75 34 30 507 61 65
Binary 11000010 1001100 10001100 0 111101 11100 11000 101000111 110001 110101

Color Harmonies of #C24C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C8C

Black with #C24C8C

Text Example


Text Example

White with #C24C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C8C; }

 p { color: rgb(194,76,140); }

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

background-color css

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

 a { background-color: rgb(194,76,140); }

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

border-color css

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

 span { border-color: rgb(194,76,140); }

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