Html Css Color HEX #C24384 Mulberry

📋 copy color: '#C24384'

red 194 ◦ green 67 ◦ blue 132

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

Shades of Mulberry #C24384

Tints of Mulberry #C24384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 49.36%
G = 17.05%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C24384 (or 0xC24384) is known color: Mulberry. HEX triplet: C2, 43 and 84. RGB value is (194,67,132). Sum of RGB (Red+Green+Blue) = 194+67+132=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C24384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24384 is #3DBC7B. Grayscale: #707070. Windows color (decimal): -4045948 or 8668098. OLE color: 8668098.

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

Color convert

RGB 194 67 132 -
CMYK 0 0.65 0.32 0.24
HSL 329.29º 0.51% 0.51% -
HSV(B) 329.29º 0.65% 0.76% -
XYZ 28.42 17.15 23.64 -
YUV 112.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 194 67 132 0 0.65 0.32 0.24 329.29 0.51 0.51
Hex C2 43 84 0 41 20 18 149 33 33
Octal 302 103 204 0 101 40 30 511 63 63
Binary 11000010 1000011 10000100 0 1000001 100000 11000 101001001 110011 110011

Color Harmonies of #C24384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24384

Black with #C24384

Text Example


Text Example

White with #C24384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24384; }

 p { color: rgb(194,67,132); }

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

background-color css

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

 a { background-color: rgb(194,67,132); }

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

border-color css

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

 span { border-color: rgb(194,67,132); }

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