Html Css Color HEX #C24A8D Mulberry

📋 copy color: '#C24A8D'

red 194 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #C24A8D

Tints of Mulberry #C24A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 47.43%
G = 18.09%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C24A8D (or 0xC24A8D) is known color: Mulberry. HEX triplet: C2, 4A and 8D. RGB value is (194,74,141). Sum of RGB (Red+Green+Blue) = 194+74+141=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A8D is #3DB572. Grayscale: #757575. Windows color (decimal): -4044147 or 9259714. OLE color: 9259714.

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

Color convert

RGB 194 74 141 -
CMYK 0 0.62 0.27 0.24
HSL 326.5º 0.5% 0.53% -
HSV(B) 326.5º 0.62% 0.76% -
XYZ 29.5 18.29 27.17 -
YUV 117.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 194 74 141 0 0.62 0.27 0.24 326.5 0.5 0.53
Hex C2 4A 8D 0 3E 1B 18 146 32 35
Octal 302 112 215 0 76 33 30 506 62 65
Binary 11000010 1001010 10001101 0 111110 11011 11000 101000110 110010 110101

Color Harmonies of #C24A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A8D

Black with #C24A8D

Text Example


Text Example

White with #C24A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A8D; }

 p { color: rgb(194,74,141); }

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

background-color css

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

 a { background-color: rgb(194,74,141); }

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

border-color css

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

 span { border-color: rgb(194,74,141); }

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