#C93492

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

Shades of Medium Red Violet #C93492

Tints of Medium Red Violet #C93492

Color information

#C93492 (or 0xC93492) is unknown color: approx Medium Red Violet. HEX triplet: C9, 34 and 92. RGB value is (201,52,146). Sum of RGB (Red+Green+Blue) = 201+52+146=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C93492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93492 is #36CB6D. Grayscale: #6B6B6B. Windows color (decimal): -3591022 or 9581769. OLE color: 9581769.

HSL color Cylindrical-coordinate representation of color #C93492: hue angle of 322.15º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93492 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB20152146-
CMYK00.740.270.21
HSL322.15º58.89%49.61%-
HSV(B)322.15º74.13%78.82%-
XYZ30.516.9528.86-
YUV107.27149.86194.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 52 (20.70% from 255) = 13.03%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=50.38%
G=13.03%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015214600.740.270.21322.1558.8949.61
HexC9349204A1B151423b32
Octal31164222011233255027362
Binary1100100111010010010010010010101101110101101000010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93492; }

 p { color: rgb(201,52,146); }

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

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

 a { background-color: rgb(201,52,146); }

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

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

 span { border-color: rgb(201,52,146); }

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