Html Css Color HEX #C85AA1 Mulberry

📋 copy color: '#C85AA1'

red 200 ◦ green 90 ◦ blue 161

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

Shades of Mulberry #C85AA1

Tints of Mulberry #C85AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

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

R = 44.35%
G = 19.96%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C85AA1 (or 0xC85AA1) is known color: Mulberry. HEX triplet: C8, 5A and A1. RGB value is (200,90,161). Sum of RGB (Red+Green+Blue) = 200+90+161=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AA1 is #37A55E. Grayscale: #828282. Windows color (decimal): -3646815 or 10574536. OLE color: 10574536.

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

Color convert

RGB 200 90 161 -
CMYK 0 0.55 0.19 0.22
HSL 321.27º 0.5% 0.57% -
HSV(B) 321.27º 0.55% 0.78% -
XYZ 33.91 22.16 36.21 -
YUV 130.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 200 90 161 0 0.55 0.19 0.22 321.27 0.5 0.57
Hex C8 5A A1 0 37 13 16 141 32 39
Octal 310 132 241 0 67 23 26 501 62 71
Binary 11001000 1011010 10100001 0 110111 10011 10110 101000001 110010 111001

Color Harmonies of #C85AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85AA1

Black with #C85AA1

Text Example


Text Example

White with #C85AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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