Html Css Color HEX #C24095 Mulberry

📋 copy color: '#C24095'

red 194 ◦ green 64 ◦ blue 149

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

Shades of Mulberry #C24095

Tints of Mulberry #C24095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 47.67%
G = 15.72%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24095 (or 0xC24095) is known color: Mulberry. HEX triplet: C2, 40 and 95. RGB value is (194,64,149). Sum of RGB (Red+Green+Blue) = 194+64+149=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C24095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24095 is #3DBF6A. Grayscale: #707070. Windows color (decimal): -4046699 or 9781442. OLE color: 9781442.

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

Color convert

RGB 194 64 149 -
CMYK 0 0.67 0.23 0.24
HSL 320.77º 0.52% 0.51% -
HSV(B) 320.77º 0.67% 0.76% -
XYZ 29.51 17.31 30.22 -
YUV 112.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 194 64 149 0 0.67 0.23 0.24 320.77 0.52 0.51
Hex C2 40 95 0 43 17 18 141 34 33
Octal 302 100 225 0 103 27 30 501 64 63
Binary 11000010 1000000 10010101 0 1000011 10111 11000 101000001 110100 110011

Color Harmonies of #C24095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24095

Black with #C24095

Text Example


Text Example

White with #C24095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24095; }

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

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

background-color css

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

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

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

border-color css

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

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

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