Html Css Color HEX #C8479E Mulberry

📋 copy color: '#C8479E'

red 200 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #C8479E

Tints of Mulberry #C8479E

RGB

 RED value IS 200 (78.52% from 255) = 46.62%

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

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

R = 46.62%
G = 16.55%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8479E (or 0xC8479E) is known color: Mulberry. HEX triplet: C8, 47 and 9E. RGB value is (200,71,158). Sum of RGB (Red+Green+Blue) = 200+71+158=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8479E is #37B861. Grayscale: #777777. Windows color (decimal): -3651682 or 10373064. OLE color: 10373064.

HSL color Cylindrical-coordinate representation of color #C8479E: hue angle of 319.53º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8479E is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 158 -
CMYK 0 0.64 0.21 0.22
HSL 319.53º 0.54% 0.53% -
HSV(B) 319.53º 0.65% 0.78% -
XYZ 32.24 19.25 34.36 -
YUV 119.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 200 71 158 0 0.64 0.21 0.22 319.53 0.54 0.53
Hex C8 47 9E 0 40 15 16 140 36 35
Octal 310 107 236 0 100 25 26 500 66 65
Binary 11001000 1000111 10011110 0 1000000 10101 10110 101000000 110110 110101

Color Harmonies of #C8479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8479E

Black with #C8479E

Text Example


Text Example

White with #C8479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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