Html Css Color HEX #C24585 Mulberry

📋 copy color: '#C24585'

red 194 ◦ green 69 ◦ blue 133

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

Shades of Mulberry #C24585

Tints of Mulberry #C24585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.59%

R = 48.99%
G = 17.42%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24585 (or 0xC24585) is known color: Mulberry. HEX triplet: C2, 45 and 85. RGB value is (194,69,133). Sum of RGB (Red+Green+Blue) = 194+69+133=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24585 is #3DBA7A. Grayscale: #717171. Windows color (decimal): -4045435 or 8734146. OLE color: 8734146.

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

Color convert

RGB 194 69 133 -
CMYK 0 0.64 0.31 0.24
HSL 329.28º 0.51% 0.52% -
HSV(B) 329.28º 0.64% 0.76% -
XYZ 28.61 17.42 24.04 -
YUV 113.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 194 69 133 0 0.64 0.31 0.24 329.28 0.51 0.52
Hex C2 45 85 0 40 1F 18 149 33 34
Octal 302 105 205 0 100 37 30 511 63 64
Binary 11000010 1000101 10000101 0 1000000 11111 11000 101001001 110011 110100

Color Harmonies of #C24585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24585

Black with #C24585

Text Example


Text Example

White with #C24585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24585; }

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

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

background-color css

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

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

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

border-color css

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

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

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