Html Css Color HEX #C5479E Mulberry

📋 copy color: '#C5479E'

red 197 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #C5479E

Tints of Mulberry #C5479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 46.24%
G = 16.67%
B = 37.09%

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

#C5479E (or 0xC5479E) is known color: Mulberry. HEX triplet: C5, 47 and 9E. RGB value is (197,71,158). Sum of RGB (Red+Green+Blue) = 197+71+158=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5479E is #3AB861. Grayscale: #767676. Windows color (decimal): -3848290 or 10373061. OLE color: 10373061.

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

Color convert

RGB 197 71 158 -
CMYK 0 0.64 0.20 0.23
HSL 318.57º 0.52% 0.53% -
HSV(B) 318.57º 0.64% 0.77% -
XYZ 31.45 18.85 34.33 -
YUV 118.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 197 71 158 0 0.64 0.20 0.23 318.57 0.52 0.53
Hex C5 47 9E 0 40 14 17 13F 34 35
Octal 305 107 236 0 100 24 27 477 64 65
Binary 11000101 1000111 10011110 0 1000000 10100 10111 100111111 110100 110101

Color Harmonies of #C5479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5479E

Black with #C5479E

Text Example


Text Example

White with #C5479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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