Html Css Color HEX #C54591 Mulberry

📋 copy color: '#C54591'

red 197 ◦ green 69 ◦ blue 145

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

Shades of Mulberry #C54591

Tints of Mulberry #C54591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.79%

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

R = 47.93%
G = 16.79%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C54591 (or 0xC54591) is known color: Mulberry. HEX triplet: C5, 45 and 91. RGB value is (197,69,145). Sum of RGB (Red+Green+Blue) = 197+69+145=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C54591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54591 is #3ABA6E. Grayscale: #737373. Windows color (decimal): -3848815 or 9520581. OLE color: 9520581.

HSL color Cylindrical-coordinate representation of color #C54591: hue angle of 324.38º degrees, saturation: 0.52, 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 #C54591 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 145 -
CMYK 0 0.65 0.26 0.23
HSL 324.38º 0.52% 0.52% -
HSV(B) 324.38º 0.65% 0.77% -
XYZ 30.26 18.17 28.7 -
YUV 115.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 197 69 145 0 0.65 0.26 0.23 324.38 0.52 0.52
Hex C5 45 91 0 41 1A 17 144 34 34
Octal 305 105 221 0 101 32 27 504 64 64
Binary 11000101 1000101 10010001 0 1000001 11010 10111 101000100 110100 110100

Color Harmonies of #C54591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54591

Black with #C54591

Text Example


Text Example

White with #C54591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54591; }

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

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

background-color css

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

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

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

border-color css

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

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

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