Html Css Color HEX #C55AA1 Mulberry

📋 copy color: '#C55AA1'

red 197 ◦ green 90 ◦ blue 161

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

Shades of Mulberry #C55AA1

Tints of Mulberry #C55AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.09%

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

R = 43.97%
G = 20.09%
B = 35.94%

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

#C55AA1 (or 0xC55AA1) is known color: Mulberry. HEX triplet: C5, 5A and A1. RGB value is (197,90,161). Sum of RGB (Red+Green+Blue) = 197+90+161=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55AA1 is #3AA55E. Grayscale: #818181. Windows color (decimal): -3843423 or 10574533. OLE color: 10574533.

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

Color convert

RGB 197 90 161 -
CMYK 0 0.54 0.18 0.23
HSL 320.19º 0.48% 0.56% -
HSV(B) 320.19º 0.54% 0.77% -
XYZ 33.12 21.76 36.17 -
YUV 130.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 197 90 161 0 0.54 0.18 0.23 320.19 0.48 0.56
Hex C5 5A A1 0 36 12 17 140 30 38
Octal 305 132 241 0 66 22 27 500 60 70
Binary 11000101 1011010 10100001 0 110110 10010 10111 101000000 110000 111000

Color Harmonies of #C55AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AA1

Black with #C55AA1

Text Example


Text Example

White with #C55AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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