Html Css Color HEX #C24795 Mulberry

📋 copy color: '#C24795'

red 194 ◦ green 71 ◦ blue 149

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

Shades of Mulberry #C24795

Tints of Mulberry #C24795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.15%

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

R = 46.86%
G = 17.15%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24795 (or 0xC24795) is known color: Mulberry. HEX triplet: C2, 47 and 95. RGB value is (194,71,149). Sum of RGB (Red+Green+Blue) = 194+71+149=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C24795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24795 is #3DB86A. Grayscale: #747474. Windows color (decimal): -4044907 or 9783234. OLE color: 9783234.

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

Color convert

RGB 194 71 149 -
CMYK 0 0.63 0.23 0.24
HSL 321.95º 0.5% 0.52% -
HSV(B) 321.95º 0.63% 0.76% -
XYZ 29.93 18.15 30.36 -
YUV 116.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 194 71 149 0 0.63 0.23 0.24 321.95 0.5 0.52
Hex C2 47 95 0 3F 17 18 142 32 34
Octal 302 107 225 0 77 27 30 502 62 64
Binary 11000010 1000111 10010101 0 111111 10111 11000 101000010 110010 110100

Color Harmonies of #C24795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24795

Black with #C24795

Text Example


Text Example

White with #C24795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24795; }

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

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

background-color css

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

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

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

border-color css

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

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

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