Html Css Color HEX #C54C81 Mulberry

📋 copy color: '#C54C81'

red 197 ◦ green 76 ◦ blue 129

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

Shades of Mulberry #C54C81

Tints of Mulberry #C54C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

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

R = 49%
G = 18.91%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C54C81 (or 0xC54C81) is known color: Mulberry. HEX triplet: C5, 4C and 81. RGB value is (197,76,129). Sum of RGB (Red+Green+Blue) = 197+76+129=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54C81 is #3AB37E. Grayscale: #767676. Windows color (decimal): -3847039 or 8473797. OLE color: 8473797.

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

Color convert

RGB 197 76 129 -
CMYK 0 0.61 0.35 0.23
HSL 333.72º 0.51% 0.54% -
HSV(B) 333.72º 0.61% 0.77% -
XYZ 29.57 18.62 22.81 -
YUV 118.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 197 76 129 0 0.61 0.35 0.23 333.72 0.51 0.54
Hex C5 4C 81 0 3D 23 17 14E 33 36
Octal 305 114 201 0 75 43 27 516 63 66
Binary 11000101 1001100 10000001 0 111101 100011 10111 101001110 110011 110110

Color Harmonies of #C54C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C81

Black with #C54C81

Text Example


Text Example

White with #C54C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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