Html Css Color HEX #C24191 Mulberry

📋 copy color: '#C24191'

red 194 ◦ green 65 ◦ blue 145

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

Shades of Mulberry #C24191

Tints of Mulberry #C24191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 48.02%
G = 16.09%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C24191 (or 0xC24191) is known color: Mulberry. HEX triplet: C2, 41 and 91. RGB value is (194,65,145). Sum of RGB (Red+Green+Blue) = 194+65+145=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C24191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24191 is #3DBE6E. Grayscale: #707070. Windows color (decimal): -4046447 or 9519554. OLE color: 9519554.

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

Color convert

RGB 194 65 145 -
CMYK 0 0.66 0.25 0.24
HSL 322.79º 0.51% 0.51% -
HSV(B) 322.79º 0.66% 0.76% -
XYZ 29.25 17.29 28.58 -
YUV 112.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 194 65 145 0 0.66 0.25 0.24 322.79 0.51 0.51
Hex C2 41 91 0 42 19 18 143 33 33
Octal 302 101 221 0 102 31 30 503 63 63
Binary 11000010 1000001 10010001 0 1000010 11001 11000 101000011 110011 110011

Color Harmonies of #C24191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24191

Black with #C24191

Text Example


Text Example

White with #C24191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24191; }

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

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

background-color css

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

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

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

border-color css

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

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

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