Html Css Color HEX #C95791 Mulberry

📋 copy color: '#C95791'

red 201 ◦ green 87 ◦ blue 145

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

Shades of Mulberry #C95791

Tints of Mulberry #C95791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 46.42%
G = 20.09%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95791 (or 0xC95791) is known color: Mulberry. HEX triplet: C9, 57 and 91. RGB value is (201,87,145). Sum of RGB (Red+Green+Blue) = 201+87+145=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95791 is #36A86E. Grayscale: #7F7F7F. Windows color (decimal): -3582063 or 9525193. OLE color: 9525193.

HSL color Cylindrical-coordinate representation of color #C95791: hue angle of 329.47º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95791 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 145 -
CMYK 0 0.57 0.28 0.21
HSL 329.47º 0.51% 0.56% -
HSV(B) 329.47º 0.57% 0.79% -
XYZ 32.61 21.28 29.18 -
YUV 127.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 201 87 145 0 0.57 0.28 0.21 329.47 0.51 0.56
Hex C9 57 91 0 39 1C 15 149 33 38
Octal 311 127 221 0 71 34 25 511 63 70
Binary 11001001 1010111 10010001 0 111001 11100 10101 101001001 110011 111000

Color Harmonies of #C95791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95791

Black with #C95791

Text Example


Text Example

White with #C95791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95791; }

 p { color: rgb(201,87,145); }

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

background-color css

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

 a { background-color: rgb(201,87,145); }

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

border-color css

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

 span { border-color: rgb(201,87,145); }

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