#C93CA2

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

Shades of Mulberry #C93CA2

Tints of Mulberry #C93CA2

Color information

#C93CA2 (or 0xC93CA2) is unknown color: approx Mulberry. HEX triplet: C9, 3C and A2. RGB value is (201,60,162). Sum of RGB (Red+Green+Blue) = 201+60+162=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CA2 is #36C35D. Grayscale: #717171. Windows color (decimal): -3588958 or 10632393. OLE color: 10632393.

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

Color convert

RGB20160162-
CMYK00.700.190.21
HSL316.6º56.63%51.18%-
HSV(B)316.6º70.15%78.82%-
XYZ32.2218.2636.01-
YUV113.79155.21190.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 60 (23.83% from 255) = 14.18%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=47.52%
G=14.18%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016016200.700.190.21316.656.6351.18
HexC93CA2046131513d3933
Octal31174242010623254757163
Binary1100100111110010100010010001101001110101100111101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93CA2; }

 p { color: rgb(201,60,162); }

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

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

 a { background-color: rgb(201,60,162); }

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

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

 span { border-color: rgb(201,60,162); }

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