Html Css Color HEX #C9519E Mulberry

📋 copy color: '#C9519E'

red 201 ◦ green 81 ◦ blue 158

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

Shades of Mulberry #C9519E

Tints of Mulberry #C9519E

RGB

 RED value IS 201 (78.91% from 255) = 45.68%

 GREEN value IS 81 (32.03% from 255) = 18.41%

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

R = 45.68%
G = 18.41%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9519E (or 0xC9519E) is known color: Mulberry. HEX triplet: C9, 51 and 9E. RGB value is (201,81,158). Sum of RGB (Red+Green+Blue) = 201+81+158=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9519E is #36AE61. Grayscale: #7D7D7D. Windows color (decimal): -3583586 or 10375625. OLE color: 10375625.

HSL color Cylindrical-coordinate representation of color #C9519E: hue angle of 321.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9519E is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 158 -
CMYK 0 0.60 0.21 0.21
HSL 321.5º 0.53% 0.55% -
HSV(B) 321.5º 0.6% 0.79% -
XYZ 33.2 20.77 34.61 -
YUV 125.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 201 81 158 0 0.60 0.21 0.21 321.5 0.53 0.55
Hex C9 51 9E 0 3C 15 15 142 35 37
Octal 311 121 236 0 74 25 25 502 65 67
Binary 11001001 1010001 10011110 0 111100 10101 10101 101000010 110101 110111

Color Harmonies of #C9519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9519E

Black with #C9519E

Text Example


Text Example

White with #C9519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9519E; }

 p { color: rgb(201,81,158); }

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

background-color css

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

 a { background-color: rgb(201,81,158); }

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

border-color css

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

 span { border-color: rgb(201,81,158); }

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