Html Css Color HEX #C24790 Mulberry

📋 copy color: '#C24790'

red 194 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #C24790

Tints of Mulberry #C24790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 47.43%
G = 17.36%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C24790 (or 0xC24790) is known color: Mulberry. HEX triplet: C2, 47 and 90. RGB value is (194,71,144). Sum of RGB (Red+Green+Blue) = 194+71+144=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24790 is #3DB86F. Grayscale: #737373. Windows color (decimal): -4044912 or 9455554. OLE color: 9455554.

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

Color convert

RGB 194 71 144 -
CMYK 0 0.63 0.26 0.24
HSL 324.39º 0.5% 0.52% -
HSV(B) 324.39º 0.63% 0.76% -
XYZ 29.54 17.99 28.3 -
YUV 116.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 194 71 144 0 0.63 0.26 0.24 324.39 0.5 0.52
Hex C2 47 90 0 3F 1A 18 144 32 34
Octal 302 107 220 0 77 32 30 504 62 64
Binary 11000010 1000111 10010000 0 111111 11010 11000 101000100 110010 110100

Color Harmonies of #C24790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24790

Black with #C24790

Text Example


Text Example

White with #C24790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24790; }

 p { color: rgb(194,71,144); }

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

background-color css

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

 a { background-color: rgb(194,71,144); }

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

border-color css

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

 span { border-color: rgb(194,71,144); }

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