Html Css Color HEX #C95183 Mulberry

📋 copy color: '#C95183'

red 201 ◦ green 81 ◦ blue 131

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

Shades of Mulberry #C95183

Tints of Mulberry #C95183

RGB

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

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

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

R = 48.67%
G = 19.61%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C95183 (or 0xC95183) is known color: Mulberry. HEX triplet: C9, 51 and 83. RGB value is (201,81,131). Sum of RGB (Red+Green+Blue) = 201+81+131=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C95183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95183 is #36AE7C. Grayscale: #7A7A7A. Windows color (decimal): -3583613 or 8606153. OLE color: 8606153.

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

Color convert

RGB 201 81 131 -
CMYK 0 0.60 0.35 0.21
HSL 335º 0.53% 0.55% -
HSV(B) 335º 0.6% 0.79% -
XYZ 31.13 19.94 23.68 -
YUV 122.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 201 81 131 0 0.60 0.35 0.21 335 0.53 0.55
Hex C9 51 83 0 3C 23 15 14F 35 37
Octal 311 121 203 0 74 43 25 517 65 67
Binary 11001001 1010001 10000011 0 111100 100011 10101 101001111 110101 110111

Color Harmonies of #C95183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95183

Black with #C95183

Text Example


Text Example

White with #C95183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95183; }

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

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

background-color css

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

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

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

border-color css

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

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

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