Html Css Color HEX #C24390 Mulberry

📋 copy color: '#C24390'

red 194 ◦ green 67 ◦ blue 144

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

Shades of Mulberry #C24390

Tints of Mulberry #C24390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

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

R = 47.9%
G = 16.54%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C24390 (or 0xC24390) is known color: Mulberry. HEX triplet: C2, 43 and 90. RGB value is (194,67,144). Sum of RGB (Red+Green+Blue) = 194+67+144=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C24390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24390 is #3DBC6F. Grayscale: #717171. Windows color (decimal): -4045936 or 9454530. OLE color: 9454530.

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

Color convert

RGB 194 67 144 -
CMYK 0 0.65 0.26 0.24
HSL 323.62º 0.51% 0.51% -
HSV(B) 323.62º 0.65% 0.76% -
XYZ 29.29 17.5 28.22 -
YUV 113.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 194 67 144 0 0.65 0.26 0.24 323.62 0.51 0.51
Hex C2 43 90 0 41 1A 18 144 33 33
Octal 302 103 220 0 101 32 30 504 63 63
Binary 11000010 1000011 10010000 0 1000001 11010 11000 101000100 110011 110011

Color Harmonies of #C24390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24390

Black with #C24390

Text Example


Text Example

White with #C24390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24390; }

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

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

background-color css

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

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

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

border-color css

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

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

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