Html Css Color HEX #C858A1 Mulberry

📋 copy color: '#C858A1'

red 200 ◦ green 88 ◦ blue 161

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

Shades of Mulberry #C858A1

Tints of Mulberry #C858A1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.6%

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 44.54%
G = 19.6%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C858A1 (or 0xC858A1) is known color: Mulberry. HEX triplet: C8, 58 and A1. RGB value is (200,88,161). Sum of RGB (Red+Green+Blue) = 200+88+161=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C858A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858A1 is #37A75E. Grayscale: #818181. Windows color (decimal): -3647327 or 10574024. OLE color: 10574024.

HSL color Cylindrical-coordinate representation of color #C858A1: hue angle of 320.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C858A1 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 88 161 -
CMYK 0 0.56 0.19 0.22
HSL 320.89º 0.5% 0.56% -
HSV(B) 320.89º 0.56% 0.78% -
XYZ 33.74 21.83 36.15 -
YUV 129.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 200 88 161 0 0.56 0.19 0.22 320.89 0.5 0.56
Hex C8 58 A1 0 38 13 16 141 32 38
Octal 310 130 241 0 70 23 26 501 62 70
Binary 11001000 1011000 10100001 0 111000 10011 10110 101000001 110010 111000

Color Harmonies of #C858A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858A1

Black with #C858A1

Text Example


Text Example

White with #C858A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858A1; }

 p { color: rgb(200,88,161); }

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

background-color css

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

 a { background-color: rgb(200,88,161); }

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

border-color css

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

 span { border-color: rgb(200,88,161); }

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