Html Css Color HEX #C55BA1 Mulberry

📋 copy color: '#C55BA1'

red 197 ◦ green 91 ◦ blue 161

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

Shades of Mulberry #C55BA1

Tints of Mulberry #C55BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 43.88%
G = 20.27%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C55BA1 (or 0xC55BA1) is known color: Mulberry. HEX triplet: C5, 5B and A1. RGB value is (197,91,161). Sum of RGB (Red+Green+Blue) = 197+91+161=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BA1 is #3AA45E. Grayscale: #828282. Windows color (decimal): -3843167 or 10574789. OLE color: 10574789.

HSL color Cylindrical-coordinate representation of color #C55BA1: hue angle of 320.38º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BA1 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 91 161 -
CMYK 0 0.54 0.18 0.23
HSL 320.38º 0.48% 0.56% -
HSV(B) 320.38º 0.54% 0.77% -
XYZ 33.2 21.93 36.2 -
YUV 130.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 197 91 161 0 0.54 0.18 0.23 320.38 0.48 0.56
Hex C5 5B A1 0 36 12 17 140 30 38
Octal 305 133 241 0 66 22 27 500 60 70
Binary 11000101 1011011 10100001 0 110110 10010 10111 101000000 110000 111000

Color Harmonies of #C55BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BA1

Black with #C55BA1

Text Example


Text Example

White with #C55BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BA1; }

 p { color: rgb(197,91,161); }

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

background-color css

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

 a { background-color: rgb(197,91,161); }

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

border-color css

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

 span { border-color: rgb(197,91,161); }

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