Html Css Color HEX #C54481 Mulberry

📋 copy color: '#C54481'

red 197 ◦ green 68 ◦ blue 129

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

Shades of Mulberry #C54481

Tints of Mulberry #C54481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

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

R = 50%
G = 17.26%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C54481 (or 0xC54481) is known color: Mulberry. HEX triplet: C5, 44 and 81. RGB value is (197,68,129). Sum of RGB (Red+Green+Blue) = 197+68+129=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C54481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54481 is #3ABB7E. Grayscale: #717171. Windows color (decimal): -3849087 or 8471749. OLE color: 8471749.

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

Color convert

RGB 197 68 129 -
CMYK 0 0.65 0.35 0.23
HSL 331.63º 0.53% 0.52% -
HSV(B) 331.63º 0.65% 0.77% -
XYZ 29.06 17.59 22.63 -
YUV 113.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 197 68 129 0 0.65 0.35 0.23 331.63 0.53 0.52
Hex C5 44 81 0 41 23 17 14C 35 34
Octal 305 104 201 0 101 43 27 514 65 64
Binary 11000101 1000100 10000001 0 1000001 100011 10111 101001100 110101 110100

Color Harmonies of #C54481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54481

Black with #C54481

Text Example


Text Example

White with #C54481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54481; }

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

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

background-color css

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

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

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

border-color css

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

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

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