Html Css Color HEX #C55197 Mulberry

📋 copy color: '#C55197'

red 197 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #C55197

Tints of Mulberry #C55197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 45.92%
G = 18.88%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C55197 (or 0xC55197) is known color: Mulberry. HEX triplet: C5, 51 and 97. RGB value is (197,81,151). Sum of RGB (Red+Green+Blue) = 197+81+151=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55197 is #3AAE68. Grayscale: #7B7B7B. Windows color (decimal): -3845737 or 9916869. OLE color: 9916869.

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

Color convert

RGB 197 81 151 -
CMYK 0 0.59 0.23 0.23
HSL 323.79º 0.5% 0.55% -
HSV(B) 323.79º 0.59% 0.77% -
XYZ 31.55 19.99 31.47 -
YUV 123.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 197 81 151 0 0.59 0.23 0.23 323.79 0.5 0.55
Hex C5 51 97 0 3B 17 17 144 32 37
Octal 305 121 227 0 73 27 27 504 62 67
Binary 11000101 1010001 10010111 0 111011 10111 10111 101000100 110010 110111

Color Harmonies of #C55197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55197

Black with #C55197

Text Example


Text Example

White with #C55197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55197; }

 p { color: rgb(197,81,151); }

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

background-color css

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

 a { background-color: rgb(197,81,151); }

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

border-color css

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

 span { border-color: rgb(197,81,151); }

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