Html Css Color HEX #C24091 Mulberry

📋 copy color: '#C24091'

red 194 ◦ green 64 ◦ blue 145

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

Shades of Mulberry #C24091

Tints of Mulberry #C24091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.88%

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 48.14%
G = 15.88%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C24091 (or 0xC24091) is known color: Mulberry. HEX triplet: C2, 40 and 91. RGB value is (194,64,145). Sum of RGB (Red+Green+Blue) = 194+64+145=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C24091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24091 is #3DBF6E. Grayscale: #6F6F6F. Windows color (decimal): -4046703 or 9519298. OLE color: 9519298.

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

Color convert

RGB 194 64 145 -
CMYK 0 0.67 0.25 0.24
HSL 322.62º 0.52% 0.51% -
HSV(B) 322.62º 0.67% 0.76% -
XYZ 29.19 17.18 28.57 -
YUV 112.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 194 64 145 0 0.67 0.25 0.24 322.62 0.52 0.51
Hex C2 40 91 0 43 19 18 143 34 33
Octal 302 100 221 0 103 31 30 503 64 63
Binary 11000010 1000000 10010001 0 1000011 11001 11000 101000011 110100 110011

Color Harmonies of #C24091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24091

Black with #C24091

Text Example


Text Example

White with #C24091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24091; }

 p { color: rgb(194,64,145); }

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

background-color css

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

 a { background-color: rgb(194,64,145); }

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

border-color css

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

 span { border-color: rgb(194,64,145); }

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