Html Css Color HEX #C54F82 Mulberry

📋 copy color: '#C54F82'

red 197 ◦ green 79 ◦ blue 130

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

Shades of Mulberry #C54F82

Tints of Mulberry #C54F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

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

R = 48.52%
G = 19.46%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C54F82 (or 0xC54F82) is known color: Mulberry. HEX triplet: C5, 4F and 82. RGB value is (197,79,130). Sum of RGB (Red+Green+Blue) = 197+79+130=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F82 is #3AB07D. Grayscale: #787878. Windows color (decimal): -3846270 or 8540101. OLE color: 8540101.

HSL color Cylindrical-coordinate representation of color #C54F82: hue angle of 334.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54F82 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 79 130 -
CMYK 0 0.60 0.34 0.23
HSL 334.07º 0.5% 0.54% -
HSV(B) 334.07º 0.6% 0.77% -
XYZ 29.85 19.07 23.23 -
YUV 120.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 197 79 130 0 0.60 0.34 0.23 334.07 0.5 0.54
Hex C5 4F 82 0 3C 22 17 14E 32 36
Octal 305 117 202 0 74 42 27 516 62 66
Binary 11000101 1001111 10000010 0 111100 100010 10111 101001110 110010 110110

Color Harmonies of #C54F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F82

Black with #C54F82

Text Example


Text Example

White with #C54F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F82; }

 p { color: rgb(197,79,130); }

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

background-color css

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

 a { background-color: rgb(197,79,130); }

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

border-color css

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

 span { border-color: rgb(197,79,130); }

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