Html Css Color HEX #C55DA1 Mulberry

📋 copy color: '#C55DA1'

red 197 ◦ green 93 ◦ blue 161

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

Shades of Mulberry #C55DA1

Tints of Mulberry #C55DA1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.62%

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

R = 43.68%
G = 20.62%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C55DA1 (or 0xC55DA1) is known color: Mulberry. HEX triplet: C5, 5D and A1. RGB value is (197,93,161). Sum of RGB (Red+Green+Blue) = 197+93+161=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55DA1 is #3AA25E. Grayscale: #838383. Windows color (decimal): -3842655 or 10575301. OLE color: 10575301.

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

Color convert

RGB 197 93 161 -
CMYK 0 0.53 0.18 0.23
HSL 320.77º 0.47% 0.57% -
HSV(B) 320.77º 0.53% 0.77% -
XYZ 33.37 22.27 36.26 -
YUV 131.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 197 93 161 0 0.53 0.18 0.23 320.77 0.47 0.57
Hex C5 5D A1 0 35 12 17 141 2F 39
Octal 305 135 241 0 65 22 27 501 57 71
Binary 11000101 1011101 10100001 0 110101 10010 10111 101000001 101111 111001

Color Harmonies of #C55DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DA1

Black with #C55DA1

Text Example


Text Example

White with #C55DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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