Html Css Color HEX #C55281 Mulberry

📋 copy color: '#C55281'

red 197 ◦ green 82 ◦ blue 129

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

Shades of Mulberry #C55281

Tints of Mulberry #C55281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

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

R = 48.28%
G = 20.1%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C55281 (or 0xC55281) is known color: Mulberry. HEX triplet: C5, 52 and 81. RGB value is (197,82,129). Sum of RGB (Red+Green+Blue) = 197+82+129=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C55281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55281 is #3AAD7E. Grayscale: #797979. Windows color (decimal): -3845503 or 8475333. OLE color: 8475333.

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

Color convert

RGB 197 82 129 -
CMYK 0 0.58 0.35 0.23
HSL 335.48º 0.5% 0.55% -
HSV(B) 335.48º 0.58% 0.77% -
XYZ 30.01 19.49 22.95 -
YUV 121.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 197 82 129 0 0.58 0.35 0.23 335.48 0.5 0.55
Hex C5 52 81 0 3A 23 17 14F 32 37
Octal 305 122 201 0 72 43 27 517 62 67
Binary 11000101 1010010 10000001 0 111010 100011 10111 101001111 110010 110111

Color Harmonies of #C55281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55281

Black with #C55281

Text Example


Text Example

White with #C55281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55281; }

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

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

background-color css

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

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

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

border-color css

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

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

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