#C93D9F

Color #C93D9F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C93D9F

Tints of Mulberry #C93D9F

Color information

#C93D9F (or 0xC93D9F) is unknown color: approx Mulberry. HEX triplet: C9, 3D and 9F. RGB value is (201,61,159). Sum of RGB (Red+Green+Blue) = 201+61+159=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D9F is #36C260. Grayscale: #717171. Windows color (decimal): -3588705 or 10436041. OLE color: 10436041.

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

Color convert

RGB20161159-
CMYK00.700.210.21
HSL318º56.45%51.37%-
HSV(B)318º69.65%78.82%-
XYZ32.0118.2634.64-
YUV114.03153.38190.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=47.74%
G=14.49%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016115900.700.210.2131856.4551.37
HexC93D9F046151513e3833
Octal31175237010625254767063
Binary1100100111110110011111010001101010110101100111110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93D9F; }

 p { color: rgb(201,61,159); }

 H1.HeaderClassName
 {
   color: #C93D9F;
 }
 .AnyTagClassName
 {
   color: #C93D9F;
 }
</style>
background-color css

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

 a { background-color: rgb(201,61,159); }

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

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

 span { border-color: rgb(201,61,159); }

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