#C92193

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

Shades of Medium Violet Red #C92193

Tints of Medium Violet Red #C92193

Color information

#C92193 (or 0xC92193) is unknown color: approx Medium Violet Red. HEX triplet: C9, 21 and 93. RGB value is (201,33,147). Sum of RGB (Red+Green+Blue) = 201+33+147=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C92193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92193 is #36DE6C. Grayscale: #5F5F5F. Windows color (decimal): -3595885 or 9642441. OLE color: 9642441.

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

Color convert

RGB20133147-
CMYK00.840.270.21
HSL319.29º71.79%45.88%-
HSV(B)319.29º83.58%78.82%-
XYZ29.915.6129.04-
YUV96.23156.66202.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=52.76%
G=8.66%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013314700.840.270.21319.2971.7945.88
HexC921930541B1513f482e
Octal311412230124332547711056
Binary11001001100001100100110101010011011101011001111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92193; }

 p { color: rgb(201,33,147); }

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

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

 a { background-color: rgb(201,33,147); }

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

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

 span { border-color: rgb(201,33,147); }

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