Html Css Color HEX #C5479D Mulberry

📋 copy color: '#C5479D'

red 197 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #C5479D

Tints of Mulberry #C5479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.71%

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 46.35%
G = 16.71%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5479D (or 0xC5479D) is known color: Mulberry. HEX triplet: C5, 47 and 9D. RGB value is (197,71,157). Sum of RGB (Red+Green+Blue) = 197+71+157=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5479D is #3AB862. Grayscale: #767676. Windows color (decimal): -3848291 or 10307525. OLE color: 10307525.

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

Color convert

RGB 197 71 157 -
CMYK 0 0.64 0.20 0.23
HSL 319.05º 0.52% 0.53% -
HSV(B) 319.05º 0.64% 0.77% -
XYZ 31.37 18.81 33.88 -
YUV 118.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 197 71 157 0 0.64 0.20 0.23 319.05 0.52 0.53
Hex C5 47 9D 0 40 14 17 13F 34 35
Octal 305 107 235 0 100 24 27 477 64 65
Binary 11000101 1000111 10011101 0 1000000 10100 10111 100111111 110100 110101

Color Harmonies of #C5479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5479D

Black with #C5479D

Text Example


Text Example

White with #C5479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5479D; }

 p { color: rgb(197,71,157); }

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

background-color css

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

 a { background-color: rgb(197,71,157); }

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

border-color css

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

 span { border-color: rgb(197,71,157); }

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