Html Css Color HEX #C8479F Mulberry

📋 copy color: '#C8479F'

red 200 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #C8479F

Tints of Mulberry #C8479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 46.51%
G = 16.51%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8479F (or 0xC8479F) is known color: Mulberry. HEX triplet: C8, 47 and 9F. RGB value is (200,71,159). Sum of RGB (Red+Green+Blue) = 200+71+159=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8479F is #37B860. Grayscale: #777777. Windows color (decimal): -3651681 or 10438600. OLE color: 10438600.

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

Color convert

RGB 200 71 159 -
CMYK 0 0.64 0.20 0.22
HSL 319.07º 0.54% 0.53% -
HSV(B) 319.07º 0.65% 0.78% -
XYZ 32.33 19.29 34.82 -
YUV 119.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 200 71 159 0 0.64 0.20 0.22 319.07 0.54 0.53
Hex C8 47 9F 0 40 14 16 13F 36 35
Octal 310 107 237 0 100 24 26 477 66 65
Binary 11001000 1000111 10011111 0 1000000 10100 10110 100111111 110110 110101

Color Harmonies of #C8479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8479F

Black with #C8479F

Text Example


Text Example

White with #C8479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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