Html Css Color HEX #C24580 Mulberry

📋 copy color: '#C24580'

red 194 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #C24580

Tints of Mulberry #C24580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 49.62%
G = 17.65%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C24580 (or 0xC24580) is known color: Mulberry. HEX triplet: C2, 45 and 80. RGB value is (194,69,128). Sum of RGB (Red+Green+Blue) = 194+69+128=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C24580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24580 is #3DBA7F. Grayscale: #707070. Windows color (decimal): -4045440 or 8406466. OLE color: 8406466.

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

Color convert

RGB 194 69 128 -
CMYK 0 0.64 0.34 0.24
HSL 331.68º 0.51% 0.52% -
HSV(B) 331.68º 0.64% 0.76% -
XYZ 28.27 17.28 22.27 -
YUV 113.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 194 69 128 0 0.64 0.34 0.24 331.68 0.51 0.52
Hex C2 45 80 0 40 22 18 14C 33 34
Octal 302 105 200 0 100 42 30 514 63 64
Binary 11000010 1000101 10000000 0 1000000 100010 11000 101001100 110011 110100

Color Harmonies of #C24580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24580

Black with #C24580

Text Example


Text Example

White with #C24580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24580; }

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

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

background-color css

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

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

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

border-color css

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

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

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