Html Css Color HEX #C24990 Mulberry

📋 copy color: '#C24990'

red 194 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #C24990

Tints of Mulberry #C24990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.76%

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

R = 47.2%
G = 17.76%
B = 35.04%

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

#C24990 (or 0xC24990) is known color: Mulberry. HEX triplet: C2, 49 and 90. RGB value is (194,73,144). Sum of RGB (Red+Green+Blue) = 194+73+144=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C24990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24990 is #3DB66F. Grayscale: #757575. Windows color (decimal): -4044400 or 9456066. OLE color: 9456066.

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

Color convert

RGB 194 73 144 -
CMYK 0 0.62 0.26 0.24
HSL 324.79º 0.5% 0.52% -
HSV(B) 324.79º 0.62% 0.76% -
XYZ 29.66 18.25 28.34 -
YUV 117.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 194 73 144 0 0.62 0.26 0.24 324.79 0.5 0.52
Hex C2 49 90 0 3E 1A 18 145 32 34
Octal 302 111 220 0 76 32 30 505 62 64
Binary 11000010 1001001 10010000 0 111110 11010 11000 101000101 110010 110100

Color Harmonies of #C24990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24990

Black with #C24990

Text Example


Text Example

White with #C24990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24990; }

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

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

background-color css

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

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

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

border-color css

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

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

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