#C93DA5

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

Shades of Mulberry #C93DA5

Tints of Mulberry #C93DA5

Color information

#C93DA5 (or 0xC93DA5) is unknown color: approx Mulberry. HEX triplet: C9, 3D and A5. RGB value is (201,61,165). Sum of RGB (Red+Green+Blue) = 201+61+165=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DA5 is #36C25A. Grayscale: #727272. Windows color (decimal): -3588699 or 10829257. OLE color: 10829257.

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

Color convert

RGB20161165-
CMYK00.700.180.21
HSL315.43º56.45%51.37%-
HSV(B)315.43º69.65%78.82%-
XYZ32.5518.4737.45-
YUV114.72156.38189.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.07%
GREEN value IS 61 (24.22% from 255) = 14.29%
BLUE value IS 165 (64.84% from 255) = 38.64%
R=47.07%
G=14.29%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016116500.700.180.21315.4356.4551.37
HexC93DA5046121513b3833
Octal31175245010622254737063
Binary1100100111110110100101010001101001010101100111011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DA5; }

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

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

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

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

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

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

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

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