Html Css Color HEX #C24295 Mulberry

📋 copy color: '#C24295'

red 194 ◦ green 66 ◦ blue 149

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

Shades of Mulberry #C24295

Tints of Mulberry #C24295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 47.43%
G = 16.14%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24295 (or 0xC24295) is known color: Mulberry. HEX triplet: C2, 42 and 95. RGB value is (194,66,149). Sum of RGB (Red+Green+Blue) = 194+66+149=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24295 is #3DBD6A. Grayscale: #717171. Windows color (decimal): -4046187 or 9781954. OLE color: 9781954.

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

Color convert

RGB 194 66 149 -
CMYK 0 0.66 0.23 0.24
HSL 321.09º 0.51% 0.51% -
HSV(B) 321.09º 0.66% 0.76% -
XYZ 29.62 17.54 30.26 -
YUV 113.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 194 66 149 0 0.66 0.23 0.24 321.09 0.51 0.51
Hex C2 42 95 0 42 17 18 141 33 33
Octal 302 102 225 0 102 27 30 501 63 63
Binary 11000010 1000010 10010101 0 1000010 10111 11000 101000001 110011 110011

Color Harmonies of #C24295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24295

Black with #C24295

Text Example


Text Example

White with #C24295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24295; }

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

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

background-color css

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

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

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

border-color css

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

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

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