Html Css Color HEX #C24582 Mulberry

📋 copy color: '#C24582'

red 194 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #C24582

Tints of Mulberry #C24582

RGB

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

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

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

R = 49.36%
G = 17.56%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C24582 (or 0xC24582) is known color: Mulberry. HEX triplet: C2, 45 and 82. RGB value is (194,69,130). Sum of RGB (Red+Green+Blue) = 194+69+130=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C24582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24582 is #3DBA7D. Grayscale: #717171. Windows color (decimal): -4045438 or 8537538. OLE color: 8537538.

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

Color convert

RGB 194 69 130 -
CMYK 0 0.64 0.33 0.24
HSL 330.72º 0.51% 0.52% -
HSV(B) 330.72º 0.64% 0.76% -
XYZ 28.41 17.34 22.97 -
YUV 113.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 194 69 130 0 0.64 0.33 0.24 330.72 0.51 0.52
Hex C2 45 82 0 40 21 18 14B 33 34
Octal 302 105 202 0 100 41 30 513 63 64
Binary 11000010 1000101 10000010 0 1000000 100001 11000 101001011 110011 110100

Color Harmonies of #C24582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24582

Black with #C24582

Text Example


Text Example

White with #C24582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24582; }

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

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

background-color css

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

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

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

border-color css

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

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

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