Html Css Color HEX #C54391 Mulberry

📋 copy color: '#C54391'

red 197 ◦ green 67 ◦ blue 145

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

Shades of Mulberry #C54391

Tints of Mulberry #C54391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.38%

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

R = 48.17%
G = 16.38%
B = 35.45%

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

#C54391 (or 0xC54391) is known color: Mulberry. HEX triplet: C5, 43 and 91. RGB value is (197,67,145). Sum of RGB (Red+Green+Blue) = 197+67+145=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C54391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54391 is #3ABC6E. Grayscale: #727272. Windows color (decimal): -3849327 or 9520069. OLE color: 9520069.

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

Color convert

RGB 197 67 145 -
CMYK 0 0.66 0.26 0.23
HSL 324º 0.53% 0.52% -
HSV(B) 324º 0.66% 0.77% -
XYZ 30.14 17.93 28.66 -
YUV 114.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 197 67 145 0 0.66 0.26 0.23 324 0.53 0.52
Hex C5 43 91 0 42 1A 17 144 35 34
Octal 305 103 221 0 102 32 27 504 65 64
Binary 11000101 1000011 10010001 0 1000010 11010 10111 101000100 110101 110100

Color Harmonies of #C54391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54391

Black with #C54391

Text Example


Text Example

White with #C54391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54391; }

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

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

background-color css

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

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

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

border-color css

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

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

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