Html Css Color HEX #C9519F Mulberry

📋 copy color: '#C9519F'

red 201 ◦ green 81 ◦ blue 159

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

Shades of Mulberry #C9519F

Tints of Mulberry #C9519F

RGB

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

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

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

R = 45.58%
G = 18.37%
B = 36.05%

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

#C9519F (or 0xC9519F) is known color: Mulberry. HEX triplet: C9, 51 and 9F. RGB value is (201,81,159). Sum of RGB (Red+Green+Blue) = 201+81+159=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9519F is #36AE60. Grayscale: #7D7D7D. Windows color (decimal): -3583585 or 10441161. OLE color: 10441161.

HSL color Cylindrical-coordinate representation of color #C9519F: hue angle of 321º 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 #C9519F is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 159 -
CMYK 0 0.60 0.21 0.21
HSL 321º 0.53% 0.55% -
HSV(B) 321º 0.6% 0.79% -
XYZ 33.29 20.81 35.06 -
YUV 125.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 201 81 159 0 0.60 0.21 0.21 321 0.53 0.55
Hex C9 51 9F 0 3C 15 15 141 35 37
Octal 311 121 237 0 74 25 25 501 65 67
Binary 11001001 1010001 10011111 0 111100 10101 10101 101000001 110101 110111

Color Harmonies of #C9519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9519F

Black with #C9519F

Text Example


Text Example

White with #C9519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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