Html Css Color HEX #C55491 Mulberry

📋 copy color: '#C55491'

red 197 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #C55491

Tints of Mulberry #C55491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.72%

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

R = 46.24%
G = 19.72%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C55491 (or 0xC55491) is known color: Mulberry. HEX triplet: C5, 54 and 91. RGB value is (197,84,145). Sum of RGB (Red+Green+Blue) = 197+84+145=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C55491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55491 is #3AAB6E. Grayscale: #7C7C7C. Windows color (decimal): -3844975 or 9524421. OLE color: 9524421.

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

Color convert

RGB 197 84 145 -
CMYK 0 0.57 0.26 0.23
HSL 327.61º 0.49% 0.55% -
HSV(B) 327.61º 0.57% 0.77% -
XYZ 31.31 20.26 29.05 -
YUV 124.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 197 84 145 0 0.57 0.26 0.23 327.61 0.49 0.55
Hex C5 54 91 0 39 1A 17 148 31 37
Octal 305 124 221 0 71 32 27 510 61 67
Binary 11000101 1010100 10010001 0 111001 11010 10111 101001000 110001 110111

Color Harmonies of #C55491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55491

Black with #C55491

Text Example


Text Example

White with #C55491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55491; }

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

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

background-color css

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

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

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

border-color css

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

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

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