Html Css Color HEX #C24290 Mulberry

📋 copy color: '#C24290'

red 194 ◦ green 66 ◦ blue 144

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

Shades of Mulberry #C24290

Tints of Mulberry #C24290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.34%

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

R = 48.02%
G = 16.34%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C24290 (or 0xC24290) is known color: Mulberry. HEX triplet: C2, 42 and 90. RGB value is (194,66,144). Sum of RGB (Red+Green+Blue) = 194+66+144=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C24290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24290 is #3DBD6F. Grayscale: #707070. Windows color (decimal): -4046192 or 9454274. OLE color: 9454274.

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

Color convert

RGB 194 66 144 -
CMYK 0 0.66 0.26 0.24
HSL 323.44º 0.51% 0.51% -
HSV(B) 323.44º 0.66% 0.76% -
XYZ 29.23 17.38 28.2 -
YUV 113.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 194 66 144 0 0.66 0.26 0.24 323.44 0.51 0.51
Hex C2 42 90 0 42 1A 18 143 33 33
Octal 302 102 220 0 102 32 30 503 63 63
Binary 11000010 1000010 10010000 0 1000010 11010 11000 101000011 110011 110011

Color Harmonies of #C24290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24290

Black with #C24290

Text Example


Text Example

White with #C24290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24290; }

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

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

background-color css

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

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

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

border-color css

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

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

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