Html Css Color HEX #C24992 Mulberry

📋 copy color: '#C24992'

red 194 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #C24992

Tints of Mulberry #C24992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.35%

R = 46.97%
G = 17.68%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C24992 (or 0xC24992) is known color: Mulberry. HEX triplet: C2, 49 and 92. RGB value is (194,73,146). Sum of RGB (Red+Green+Blue) = 194+73+146=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C24992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24992 is #3DB66D. Grayscale: #757575. Windows color (decimal): -4044398 or 9587138. OLE color: 9587138.

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

Color convert

RGB 194 73 146 -
CMYK 0 0.62 0.25 0.24
HSL 323.8º 0.5% 0.52% -
HSV(B) 323.8º 0.62% 0.76% -
XYZ 29.82 18.31 29.16 -
YUV 117.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 194 73 146 0 0.62 0.25 0.24 323.8 0.5 0.52
Hex C2 49 92 0 3E 19 18 144 32 34
Octal 302 111 222 0 76 31 30 504 62 64
Binary 11000010 1001001 10010010 0 111110 11001 11000 101000100 110010 110100

Color Harmonies of #C24992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24992

Black with #C24992

Text Example


Text Example

White with #C24992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24992; }

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

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

background-color css

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

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

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

border-color css

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

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

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