Html Css Color HEX #C24196 Mulberry

📋 copy color: '#C24196'

red 194 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #C24196

Tints of Mulberry #C24196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 47.43%
G = 15.89%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24196 (or 0xC24196) is known color: Mulberry. HEX triplet: C2, 41 and 96. RGB value is (194,65,150). Sum of RGB (Red+Green+Blue) = 194+65+150=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C24196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24196 is #3DBE69. Grayscale: #717171. Windows color (decimal): -4046442 or 9847234. OLE color: 9847234.

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

Color convert

RGB 194 65 150 -
CMYK 0 0.66 0.23 0.24
HSL 320.47º 0.51% 0.51% -
HSV(B) 320.47º 0.66% 0.76% -
XYZ 29.64 17.45 30.66 -
YUV 113.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 194 65 150 0 0.66 0.23 0.24 320.47 0.51 0.51
Hex C2 41 96 0 42 17 18 140 33 33
Octal 302 101 226 0 102 27 30 500 63 63
Binary 11000010 1000001 10010110 0 1000010 10111 11000 101000000 110011 110011

Color Harmonies of #C24196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24196

Black with #C24196

Text Example


Text Example

White with #C24196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24196; }

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

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

background-color css

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

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

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

border-color css

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

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

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