#C93390

Color #C93390 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C93390

Tints of Medium Red Violet #C93390

Color information

#C93390 (or 0xC93390) is unknown color: approx Medium Red Violet. HEX triplet: C9, 33 and 90. RGB value is (201,51,144). Sum of RGB (Red+Green+Blue) = 201+51+144=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C93390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93390 is #36CC6F. Grayscale: #6A6A6A. Windows color (decimal): -3591280 or 9450441. OLE color: 9450441.

HSL color Cylindrical-coordinate representation of color #C93390: hue angle of 322.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93390 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB20151144-
CMYK00.750.280.21
HSL322.8º59.52%49.41%-
HSV(B)322.8º74.63%78.82%-
XYZ30.3116.828.03-
YUV106.45149.2195.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.76%
GREEN value IS 51 (20.31% from 255) = 12.88%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=50.76%
G=12.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015114400.750.280.21322.859.5249.41
HexC9339004B1C151433c31
Octal31163220011334255037461
Binary1100100111001110010000010010111110010101101000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93390; }

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

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

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

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

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

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

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

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