Html Css Color HEX #C24A8E Mulberry

📋 copy color: '#C24A8E'

red 194 ◦ green 74 ◦ blue 142

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

Shades of Mulberry #C24A8E

Tints of Mulberry #C24A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 47.32%
G = 18.05%
B = 34.63%

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

#C24A8E (or 0xC24A8E) is known color: Mulberry. HEX triplet: C2, 4A and 8E. RGB value is (194,74,142). Sum of RGB (Red+Green+Blue) = 194+74+142=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A8E is #3DB571. Grayscale: #757575. Windows color (decimal): -4044146 or 9325250. OLE color: 9325250.

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

Color convert

RGB 194 74 142 -
CMYK 0 0.62 0.27 0.24
HSL 326º 0.5% 0.53% -
HSV(B) 326º 0.62% 0.76% -
XYZ 29.58 18.32 27.57 -
YUV 117.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 194 74 142 0 0.62 0.27 0.24 326 0.5 0.53
Hex C2 4A 8E 0 3E 1B 18 146 32 35
Octal 302 112 216 0 76 33 30 506 62 65
Binary 11000010 1001010 10001110 0 111110 11011 11000 101000110 110010 110101

Color Harmonies of #C24A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A8E

Black with #C24A8E

Text Example


Text Example

White with #C24A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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