Html Css Color HEX #C54291 Mulberry

📋 copy color: '#C54291'

red 197 ◦ green 66 ◦ blue 145

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

Shades of Mulberry #C54291

Tints of Mulberry #C54291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

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

R = 48.28%
G = 16.18%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C54291 (or 0xC54291) is known color: Mulberry. HEX triplet: C5, 42 and 91. RGB value is (197,66,145). Sum of RGB (Red+Green+Blue) = 197+66+145=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C54291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54291 is #3ABD6E. Grayscale: #717171. Windows color (decimal): -3849583 or 9519813. OLE color: 9519813.

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

Color convert

RGB 197 66 145 -
CMYK 0 0.66 0.26 0.23
HSL 323.82º 0.53% 0.52% -
HSV(B) 323.82º 0.66% 0.77% -
XYZ 30.09 17.81 28.64 -
YUV 114.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 197 66 145 0 0.66 0.26 0.23 323.82 0.53 0.52
Hex C5 42 91 0 42 1A 17 144 35 34
Octal 305 102 221 0 102 32 27 504 65 64
Binary 11000101 1000010 10010001 0 1000010 11010 10111 101000100 110101 110100

Color Harmonies of #C54291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54291

Black with #C54291

Text Example


Text Example

White with #C54291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54291; }

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

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

background-color css

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

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

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

border-color css

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

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

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