Html Css Color HEX #C55B8D Mulberry

📋 copy color: '#C55B8D'

red 197 ◦ green 91 ◦ blue 141

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

Shades of Mulberry #C55B8D

Tints of Mulberry #C55B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 45.92%
G = 21.21%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C55B8D (or 0xC55B8D) is known color: Mulberry. HEX triplet: C5, 5B and 8D. RGB value is (197,91,141). Sum of RGB (Red+Green+Blue) = 197+91+141=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B8D is #3AA472. Grayscale: #808080. Windows color (decimal): -3843187 or 9264069. OLE color: 9264069.

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

Color convert

RGB 197 91 141 -
CMYK 0 0.54 0.28 0.23
HSL 331.7º 0.48% 0.56% -
HSV(B) 331.7º 0.54% 0.77% -
XYZ 31.57 21.28 27.64 -
YUV 128.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 197 91 141 0 0.54 0.28 0.23 331.7 0.48 0.56
Hex C5 5B 8D 0 36 1C 17 14C 30 38
Octal 305 133 215 0 66 34 27 514 60 70
Binary 11000101 1011011 10001101 0 110110 11100 10111 101001100 110000 111000

Color Harmonies of #C55B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B8D

Black with #C55B8D

Text Example


Text Example

White with #C55B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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