Html Css Color HEX #C24995 Mulberry

📋 copy color: '#C24995'

red 194 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #C24995

Tints of Mulberry #C24995

RGB

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

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

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

R = 46.63%
G = 17.55%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24995 (or 0xC24995) is known color: Mulberry. HEX triplet: C2, 49 and 95. RGB value is (194,73,149). Sum of RGB (Red+Green+Blue) = 194+73+149=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C24995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24995 is #3DB66A. Grayscale: #757575. Windows color (decimal): -4044395 or 9783746. OLE color: 9783746.

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

Color convert

RGB 194 73 149 -
CMYK 0 0.62 0.23 0.24
HSL 322.31º 0.5% 0.52% -
HSV(B) 322.31º 0.62% 0.76% -
XYZ 30.06 18.4 30.4 -
YUV 117.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 194 73 149 0 0.62 0.23 0.24 322.31 0.5 0.52
Hex C2 49 95 0 3E 17 18 142 32 34
Octal 302 111 225 0 76 27 30 502 62 64
Binary 11000010 1001001 10010101 0 111110 10111 11000 101000010 110010 110100

Color Harmonies of #C24995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24995

Black with #C24995

Text Example


Text Example

White with #C24995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24995; }

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

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

background-color css

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

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

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

border-color css

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

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

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