#c93f90

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

Shades of Mulberry #C93F90

Tints of Mulberry #C93F90

Color information

#C93F90 (or 0xC93F90) is unknown color: approx Mulberry. HEX triplet: C9, 3F and 90. RGB value is (201,63,144). Sum of RGB (Red+Green+Blue) = 201+63+144=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93F90 is #36C06F. Grayscale: #717171. Windows color (decimal): -3588208 or 9453513. OLE color: 9453513.

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

Color convert

RGB20163144-
CMYK00.690.280.21
HSL324.78º56.1%51.76%-
HSV(B)324.78º68.66%78.82%-
XYZ30.917.9928.23-
YUV113.5145.22190.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 63 (25% from 255) = 15.44%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=49.26%
G=15.44%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016314400.690.280.21324.7856.151.76
HexC93F900451C151453834
Octal31177220010534255057064
Binary1100100111111110010000010001011110010101101000101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c93f90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c93f90; }

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

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

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

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

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

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

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

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