Html Css Color HEX #C54491 Mulberry

📋 copy color: '#C54491'

red 197 ◦ green 68 ◦ blue 145

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

Shades of Mulberry #C54491

Tints of Mulberry #C54491

RGB

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

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

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

R = 48.05%
G = 16.59%
B = 35.37%

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

#C54491 (or 0xC54491) is known color: Mulberry. HEX triplet: C5, 44 and 91. RGB value is (197,68,145). Sum of RGB (Red+Green+Blue) = 197+68+145=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C54491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54491 is #3ABB6E. Grayscale: #737373. Windows color (decimal): -3849071 or 9520325. OLE color: 9520325.

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

Color convert

RGB 197 68 145 -
CMYK 0 0.65 0.26 0.23
HSL 324.19º 0.53% 0.52% -
HSV(B) 324.19º 0.65% 0.77% -
XYZ 30.2 18.05 28.68 -
YUV 115.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 197 68 145 0 0.65 0.26 0.23 324.19 0.53 0.52
Hex C5 44 91 0 41 1A 17 144 35 34
Octal 305 104 221 0 101 32 27 504 65 64
Binary 11000101 1000100 10010001 0 1000001 11010 10111 101000100 110101 110100

Color Harmonies of #C54491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54491

Black with #C54491

Text Example


Text Example

White with #C54491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54491; }

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

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

background-color css

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

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

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

border-color css

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

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

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