Html Css Color HEX #C24494 Mulberry

📋 copy color: '#C24494'

red 194 ◦ green 68 ◦ blue 148

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

Shades of Mulberry #C24494

Tints of Mulberry #C24494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.59%

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 47.32%
G = 16.59%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C24494 (or 0xC24494) is known color: Mulberry. HEX triplet: C2, 44 and 94. RGB value is (194,68,148). Sum of RGB (Red+Green+Blue) = 194+68+148=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C24494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24494 is #3DBB6B. Grayscale: #727272. Windows color (decimal): -4045676 or 9716930. OLE color: 9716930.

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

Color convert

RGB 194 68 148 -
CMYK 0 0.65 0.24 0.24
HSL 321.9º 0.51% 0.51% -
HSV(B) 321.9º 0.65% 0.76% -
XYZ 29.66 17.74 29.88 -
YUV 114.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 194 68 148 0 0.65 0.24 0.24 321.9 0.51 0.51
Hex C2 44 94 0 41 18 18 142 33 33
Octal 302 104 224 0 101 30 30 502 63 63
Binary 11000010 1000100 10010100 0 1000001 11000 11000 101000010 110011 110011

Color Harmonies of #C24494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24494

Black with #C24494

Text Example


Text Example

White with #C24494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24494; }

 p { color: rgb(194,68,148); }

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

background-color css

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

 a { background-color: rgb(194,68,148); }

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

border-color css

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

 span { border-color: rgb(194,68,148); }

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