Html Css Color HEX #C54F81 Mulberry

📋 copy color: '#C54F81'

red 197 ◦ green 79 ◦ blue 129

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

Shades of Mulberry #C54F81

Tints of Mulberry #C54F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 48.64%
G = 19.51%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C54F81 (or 0xC54F81) is known color: Mulberry. HEX triplet: C5, 4F and 81. RGB value is (197,79,129). Sum of RGB (Red+Green+Blue) = 197+79+129=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F81 is #3AB07E. Grayscale: #777777. Windows color (decimal): -3846271 or 8474565. OLE color: 8474565.

HSL color Cylindrical-coordinate representation of color #C54F81: hue angle of 334.58º 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 #C54F81 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 79 129 -
CMYK 0 0.60 0.35 0.23
HSL 334.58º 0.5% 0.54% -
HSV(B) 334.58º 0.6% 0.77% -
XYZ 29.78 19.05 22.88 -
YUV 119.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 197 79 129 0 0.60 0.35 0.23 334.58 0.5 0.54
Hex C5 4F 81 0 3C 23 17 14F 32 36
Octal 305 117 201 0 74 43 27 517 62 66
Binary 11000101 1001111 10000001 0 111100 100011 10111 101001111 110010 110110

Color Harmonies of #C54F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F81

Black with #C54F81

Text Example


Text Example

White with #C54F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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