Html Css Color HEX #C95883 Mulberry

📋 copy color: '#C95883'

red 201 ◦ green 88 ◦ blue 131

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

Shades of Mulberry #C95883

Tints of Mulberry #C95883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.95%

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 47.86%
G = 20.95%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C95883 (or 0xC95883) is known color: Mulberry. HEX triplet: C9, 58 and 83. RGB value is (201,88,131). Sum of RGB (Red+Green+Blue) = 201+88+131=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95883 is #36A77C. Grayscale: #7E7E7E. Windows color (decimal): -3581821 or 8607945. OLE color: 8607945.

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

Color convert

RGB 201 88 131 -
CMYK 0 0.56 0.35 0.21
HSL 337.17º 0.51% 0.57% -
HSV(B) 337.17º 0.56% 0.79% -
XYZ 31.67 21.04 23.86 -
YUV 126.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 201 88 131 0 0.56 0.35 0.21 337.17 0.51 0.57
Hex C9 58 83 0 38 23 15 151 33 39
Octal 311 130 203 0 70 43 25 521 63 71
Binary 11001001 1011000 10000011 0 111000 100011 10101 101010001 110011 111001

Color Harmonies of #C95883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95883

Black with #C95883

Text Example


Text Example

White with #C95883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95883; }

 p { color: rgb(201,88,131); }

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

background-color css

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

 a { background-color: rgb(201,88,131); }

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

border-color css

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

 span { border-color: rgb(201,88,131); }

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