Html Css Color HEX #C24C9A Mulberry

📋 copy color: '#C24C9A'

red 194 ◦ green 76 ◦ blue 154

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

Shades of Mulberry #C24C9A

Tints of Mulberry #C24C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 45.75%
G = 17.92%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C24C9A (or 0xC24C9A) is known color: Mulberry. HEX triplet: C2, 4C and 9A. RGB value is (194,76,154). Sum of RGB (Red+Green+Blue) = 194+76+154=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24C9A is #3DB365. Grayscale: #777777. Windows color (decimal): -4043622 or 10112194. OLE color: 10112194.

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

Color convert

RGB 194 76 154 -
CMYK 0 0.61 0.21 0.24
HSL 320.34º 0.49% 0.53% -
HSV(B) 320.34º 0.61% 0.76% -
XYZ 30.67 18.97 32.62 -
YUV 120.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 194 76 154 0 0.61 0.21 0.24 320.34 0.49 0.53
Hex C2 4C 9A 0 3D 15 18 140 31 35
Octal 302 114 232 0 75 25 30 500 61 65
Binary 11000010 1001100 10011010 0 111101 10101 11000 101000000 110001 110101

Color Harmonies of #C24C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C9A

Black with #C24C9A

Text Example


Text Example

White with #C24C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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