Html Css Color HEX #C24595 Mulberry

📋 copy color: '#C24595'

red 194 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #C24595

Tints of Mulberry #C24595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.75%

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

R = 47.09%
G = 16.75%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C24595 (or 0xC24595) is known color: Mulberry. HEX triplet: C2, 45 and 95. RGB value is (194,69,149). Sum of RGB (Red+Green+Blue) = 194+69+149=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C24595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24595 is #3DBA6A. Grayscale: #737373. Windows color (decimal): -4045419 or 9782722. OLE color: 9782722.

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

Color convert

RGB 194 69 149 -
CMYK 0 0.64 0.23 0.24
HSL 321.6º 0.51% 0.52% -
HSV(B) 321.6º 0.64% 0.76% -
XYZ 29.8 17.9 30.32 -
YUV 115.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 194 69 149 0 0.64 0.23 0.24 321.6 0.51 0.52
Hex C2 45 95 0 40 17 18 142 33 34
Octal 302 105 225 0 100 27 30 502 63 64
Binary 11000010 1000101 10010101 0 1000000 10111 11000 101000010 110011 110100

Color Harmonies of #C24595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24595

Black with #C24595

Text Example


Text Example

White with #C24595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24595; }

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

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

background-color css

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

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

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

border-color css

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

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

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