#C93FA0

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

Shades of Mulberry #C93FA0

Tints of Mulberry #C93FA0

Color information

#C93FA0 (or 0xC93FA0) is unknown color: approx Mulberry. HEX triplet: C9, 3F and A0. RGB value is (201,63,160). Sum of RGB (Red+Green+Blue) = 201+63+160=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FA0 is #36C05F. Grayscale: #737373. Windows color (decimal): -3588192 or 10502089. OLE color: 10502089.

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

Color convert

RGB20163160-
CMYK00.690.200.21
HSL317.83º56.1%51.76%-
HSV(B)317.83º68.66%78.82%-
XYZ32.2118.5135.13-
YUV115.32153.22189.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.41%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=47.41%
G=14.86%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016316000.690.200.21317.8356.151.76
HexC93FA0045141513e3834
Octal31177240010524254767064
Binary1100100111111110100000010001011010010101100111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93FA0; }

 p { color: rgb(201,63,160); }

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

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

 a { background-color: rgb(201,63,160); }

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

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

 span { border-color: rgb(201,63,160); }

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