Html Css Color HEX #C55081 Mulberry

📋 copy color: '#C55081'

red 197 ◦ green 80 ◦ blue 129

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

Shades of Mulberry #C55081

Tints of Mulberry #C55081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

 BLUE value IS 129 (50.78% from 255) = 31.77%

R = 48.52%
G = 19.7%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C55081 (or 0xC55081) is known color: Mulberry. HEX triplet: C5, 50 and 81. RGB value is (197,80,129). Sum of RGB (Red+Green+Blue) = 197+80+129=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C55081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55081 is #3AAF7E. Grayscale: #787878. Windows color (decimal): -3846015 or 8474821. OLE color: 8474821.

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

Color convert

RGB 197 80 129 -
CMYK 0 0.59 0.35 0.23
HSL 334.87º 0.5% 0.54% -
HSV(B) 334.87º 0.59% 0.77% -
XYZ 29.86 19.19 22.9 -
YUV 120.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 197 80 129 0 0.59 0.35 0.23 334.87 0.5 0.54
Hex C5 50 81 0 3B 23 17 14F 32 36
Octal 305 120 201 0 73 43 27 517 62 66
Binary 11000101 1010000 10000001 0 111011 100011 10111 101001111 110010 110110

Color Harmonies of #C55081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55081

Black with #C55081

Text Example


Text Example

White with #C55081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55081; }

 p { color: rgb(197,80,129); }

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

background-color css

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

 a { background-color: rgb(197,80,129); }

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

border-color css

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

 span { border-color: rgb(197,80,129); }

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