Html Css Color HEX #C24A90 Mulberry

📋 copy color: '#C24A90'

red 194 ◦ green 74 ◦ blue 144

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

Shades of Mulberry #C24A90

Tints of Mulberry #C24A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 47.09%
G = 17.96%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C24A90 (or 0xC24A90) is known color: Mulberry. HEX triplet: C2, 4A and 90. RGB value is (194,74,144). Sum of RGB (Red+Green+Blue) = 194+74+144=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A90 is #3DB56F. Grayscale: #757575. Windows color (decimal): -4044144 or 9456322. OLE color: 9456322.

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

Color convert

RGB 194 74 144 -
CMYK 0 0.62 0.26 0.24
HSL 325º 0.5% 0.53% -
HSV(B) 325º 0.62% 0.76% -
XYZ 29.73 18.38 28.37 -
YUV 117.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 194 74 144 0 0.62 0.26 0.24 325 0.5 0.53
Hex C2 4A 90 0 3E 1A 18 145 32 35
Octal 302 112 220 0 76 32 30 505 62 65
Binary 11000010 1001010 10010000 0 111110 11010 11000 101000101 110010 110101

Color Harmonies of #C24A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A90

Black with #C24A90

Text Example


Text Example

White with #C24A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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