Html Css Color HEX #C54780 Mulberry

📋 copy color: '#C54780'

red 197 ◦ green 71 ◦ blue 128

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

Shades of Mulberry #C54780

Tints of Mulberry #C54780

RGB

 RED value IS 197 (77.34% from 255) = 49.75%

 GREEN value IS 71 (28.13% from 255) = 17.93%

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

R = 49.75%
G = 17.93%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C54780 (or 0xC54780) is known color: Mulberry. HEX triplet: C5, 47 and 80. RGB value is (197,71,128). Sum of RGB (Red+Green+Blue) = 197+71+128=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C54780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54780 is #3AB87F. Grayscale: #737373. Windows color (decimal): -3848320 or 8406981. OLE color: 8406981.

HSL color Cylindrical-coordinate representation of color #C54780: hue angle of 332.86º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54780 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 71 128 -
CMYK 0 0.64 0.35 0.23
HSL 332.86º 0.52% 0.53% -
HSV(B) 332.86º 0.64% 0.77% -
XYZ 29.18 17.94 22.35 -
YUV 115.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 197 71 128 0 0.64 0.35 0.23 332.86 0.52 0.53
Hex C5 47 80 0 40 23 17 14D 34 35
Octal 305 107 200 0 100 43 27 515 64 65
Binary 11000101 1000111 10000000 0 1000000 100011 10111 101001101 110100 110101

Color Harmonies of #C54780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54780

Black with #C54780

Text Example


Text Example

White with #C54780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54780; }

 p { color: rgb(197,71,128); }

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

background-color css

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

 a { background-color: rgb(197,71,128); }

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

border-color css

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

 span { border-color: rgb(197,71,128); }

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