Html Css Color HEX #C24382 Mulberry

📋 copy color: '#C24382'

red 194 ◦ green 67 ◦ blue 130

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

Shades of Mulberry #C24382

Tints of Mulberry #C24382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 49.62%
G = 17.14%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C24382 (or 0xC24382) is known color: Mulberry. HEX triplet: C2, 43 and 82. RGB value is (194,67,130). Sum of RGB (Red+Green+Blue) = 194+67+130=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C24382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24382 is #3DBC7D. Grayscale: #707070. Windows color (decimal): -4045950 or 8537026. OLE color: 8537026.

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

Color convert

RGB 194 67 130 -
CMYK 0 0.65 0.33 0.24
HSL 330.24º 0.51% 0.51% -
HSV(B) 330.24º 0.65% 0.76% -
XYZ 28.28 17.1 22.93 -
YUV 112.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 194 67 130 0 0.65 0.33 0.24 330.24 0.51 0.51
Hex C2 43 82 0 41 21 18 14A 33 33
Octal 302 103 202 0 101 41 30 512 63 63
Binary 11000010 1000011 10000010 0 1000001 100001 11000 101001010 110011 110011

Color Harmonies of #C24382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24382

Black with #C24382

Text Example


Text Example

White with #C24382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24382; }

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

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

background-color css

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

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

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

border-color css

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

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

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