Html Css Color HEX #C24594 Mulberry

📋 copy color: '#C24594'

red 194 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #C24594

Tints of Mulberry #C24594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.79%

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

R = 47.2%
G = 16.79%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C24594 (or 0xC24594) is known color: Mulberry. HEX triplet: C2, 45 and 94. RGB value is (194,69,148). Sum of RGB (Red+Green+Blue) = 194+69+148=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C24594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24594 is #3DBA6B. Grayscale: #737373. Windows color (decimal): -4045420 or 9717186. OLE color: 9717186.

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

Color convert

RGB 194 69 148 -
CMYK 0 0.64 0.24 0.24
HSL 322.08º 0.51% 0.52% -
HSV(B) 322.08º 0.64% 0.76% -
XYZ 29.72 17.86 29.9 -
YUV 115.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 194 69 148 0 0.64 0.24 0.24 322.08 0.51 0.52
Hex C2 45 94 0 40 18 18 142 33 34
Octal 302 105 224 0 100 30 30 502 63 64
Binary 11000010 1000101 10010100 0 1000000 11000 11000 101000010 110011 110100

Color Harmonies of #C24594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24594

Black with #C24594

Text Example


Text Example

White with #C24594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24594; }

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

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

background-color css

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

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

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

border-color css

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

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

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