Html Css Color HEX #C95591 Mulberry

📋 copy color: '#C95591'

red 201 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #C95591

Tints of Mulberry #C95591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

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

R = 46.64%
G = 19.72%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95591 (or 0xC95591) is known color: Mulberry. HEX triplet: C9, 55 and 91. RGB value is (201,85,145). Sum of RGB (Red+Green+Blue) = 201+85+145=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95591 is #36AA6E. Grayscale: #7E7E7E. Windows color (decimal): -3582575 or 9524681. OLE color: 9524681.

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

Color convert

RGB 201 85 145 -
CMYK 0 0.58 0.28 0.21
HSL 328.97º 0.52% 0.56% -
HSV(B) 328.97º 0.58% 0.79% -
XYZ 32.45 20.96 29.12 -
YUV 126.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 201 85 145 0 0.58 0.28 0.21 328.97 0.52 0.56
Hex C9 55 91 0 3A 1C 15 149 34 38
Octal 311 125 221 0 72 34 25 511 64 70
Binary 11001001 1010101 10010001 0 111010 11100 10101 101001001 110100 111000

Color Harmonies of #C95591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95591

Black with #C95591

Text Example


Text Example

White with #C95591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95591; }

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

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

background-color css

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

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

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

border-color css

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

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

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