Html Css Color HEX #C54991 Mulberry

📋 copy color: '#C54991'

red 197 ◦ green 73 ◦ blue 145

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

Shades of Mulberry #C54991

Tints of Mulberry #C54991

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.59%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 47.47%
G = 17.59%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C54991 (or 0xC54991) is known color: Mulberry. HEX triplet: C5, 49 and 91. RGB value is (197,73,145). Sum of RGB (Red+Green+Blue) = 197+73+145=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C54991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54991 is #3AB66E. Grayscale: #767676. Windows color (decimal): -3847791 or 9521605. OLE color: 9521605.

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

Color convert

RGB 197 73 145 -
CMYK 0 0.63 0.26 0.23
HSL 325.16º 0.52% 0.53% -
HSV(B) 325.16º 0.63% 0.77% -
XYZ 30.52 18.68 28.79 -
YUV 118.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 197 73 145 0 0.63 0.26 0.23 325.16 0.52 0.53
Hex C5 49 91 0 3F 1A 17 145 34 35
Octal 305 111 221 0 77 32 27 505 64 65
Binary 11000101 1001001 10010001 0 111111 11010 10111 101000101 110100 110101

Color Harmonies of #C54991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54991

Black with #C54991

Text Example


Text Example

White with #C54991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54991; }

 p { color: rgb(197,73,145); }

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

background-color css

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

 a { background-color: rgb(197,73,145); }

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

border-color css

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

 span { border-color: rgb(197,73,145); }

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