Html Css Color HEX #C55A8E Mulberry

📋 copy color: '#C55A8E'

red 197 ◦ green 90 ◦ blue 142

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

Shades of Mulberry #C55A8E

Tints of Mulberry #C55A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 45.92%
G = 20.98%
B = 33.1%

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

#C55A8E (or 0xC55A8E) is known color: Mulberry. HEX triplet: C5, 5A and 8E. RGB value is (197,90,142). Sum of RGB (Red+Green+Blue) = 197+90+142=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A8E is #3AA571. Grayscale: #7F7F7F. Windows color (decimal): -3843442 or 9329349. OLE color: 9329349.

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

Color convert

RGB 197 90 142 -
CMYK 0 0.54 0.28 0.23
HSL 330.84º 0.48% 0.56% -
HSV(B) 330.84º 0.54% 0.77% -
XYZ 31.56 21.14 28.01 -
YUV 127.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 197 90 142 0 0.54 0.28 0.23 330.84 0.48 0.56
Hex C5 5A 8E 0 36 1C 17 14B 30 38
Octal 305 132 216 0 66 34 27 513 60 70
Binary 11000101 1011010 10001110 0 110110 11100 10111 101001011 110000 111000

Color Harmonies of #C55A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A8E

Black with #C55A8E

Text Example


Text Example

White with #C55A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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