Html Css Color HEX #C9399B Mulberry

📋 copy color: '#C9399B'

red 201 ◦ green 57 ◦ blue 155

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

Shades of Mulberry #C9399B

Tints of Mulberry #C9399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.8%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 48.67%
G = 13.8%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9399B (or 0xC9399B) is known color: Mulberry. HEX triplet: C9, 39 and 9B. RGB value is (201,57,155). Sum of RGB (Red+Green+Blue) = 201+57+155=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9399B is #36C664. Grayscale: #6E6E6E. Windows color (decimal): -3589733 or 10172873. OLE color: 10172873.

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

Color convert

RGB 201 57 155 -
CMYK 0 0.72 0.23 0.21
HSL 319.17º 0.57% 0.51% -
HSV(B) 319.17º 0.72% 0.79% -
XYZ 31.47 17.71 32.77 -
YUV 111.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 201 57 155 0 0.72 0.23 0.21 319.17 0.57 0.51
Hex C9 39 9B 0 48 17 15 13F 39 33
Octal 311 71 233 0 110 27 25 477 71 63
Binary 11001001 111001 10011011 0 1001000 10111 10101 100111111 111001 110011

Color Harmonies of #C9399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9399B

Black with #C9399B

Text Example


Text Example

White with #C9399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9399B; }

 p { color: rgb(201,57,155); }

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

background-color css

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

 a { background-color: rgb(201,57,155); }

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

border-color css

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

 span { border-color: rgb(201,57,155); }

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