Html Css Color HEX #C24993 Mulberry

📋 copy color: '#C24993'

red 194 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #C24993

Tints of Mulberry #C24993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 46.86%
G = 17.63%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C24993 (or 0xC24993) is known color: Mulberry. HEX triplet: C2, 49 and 93. RGB value is (194,73,147). Sum of RGB (Red+Green+Blue) = 194+73+147=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C24993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24993 is #3DB66C. Grayscale: #757575. Windows color (decimal): -4044397 or 9652674. OLE color: 9652674.

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

Color convert

RGB 194 73 147 -
CMYK 0 0.62 0.24 0.24
HSL 323.31º 0.5% 0.52% -
HSV(B) 323.31º 0.62% 0.76% -
XYZ 29.9 18.34 29.57 -
YUV 117.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 194 73 147 0 0.62 0.24 0.24 323.31 0.5 0.52
Hex C2 49 93 0 3E 18 18 143 32 34
Octal 302 111 223 0 76 30 30 503 62 64
Binary 11000010 1001001 10010011 0 111110 11000 11000 101000011 110010 110100

Color Harmonies of #C24993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24993

Black with #C24993

Text Example


Text Example

White with #C24993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24993; }

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

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

background-color css

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

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

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

border-color css

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

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

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