#C93F9A

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

Shades of Mulberry #C93F9A

Tints of Mulberry #C93F9A

Color information

#C93F9A (or 0xC93F9A) is unknown color: approx Mulberry. HEX triplet: C9, 3F and 9A. RGB value is (201,63,154). Sum of RGB (Red+Green+Blue) = 201+63+154=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93F9A is #36C065. Grayscale: #727272. Windows color (decimal): -3588198 or 10108873. OLE color: 10108873.

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

Color convert

RGB20163154-
CMYK00.690.230.21
HSL320.43º56.1%51.76%-
HSV(B)320.43º68.66%78.82%-
XYZ31.718.3132.43-
YUV114.64150.22189.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 63 (25% from 255) = 15.07%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=48.09%
G=15.07%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016315400.690.230.21320.4356.151.76
HexC93F9A04517151403834
Octal31177232010527255007064
Binary1100100111111110011010010001011011110101101000000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93F9A; }

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

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

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

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

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

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

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

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