#C92182

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

Shades of Medium Violet Red #C92182

Tints of Medium Violet Red #C92182

Color information

#C92182 (or 0xC92182) is unknown color: approx Medium Violet Red. HEX triplet: C9, 21 and 82. RGB value is (201,33,130). Sum of RGB (Red+Green+Blue) = 201+33+130=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C92182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92182 is #36DE7D. Grayscale: #5E5E5E. Windows color (decimal): -3595902 or 8528329. OLE color: 8528329.

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

Color convert

RGB20133130-
CMYK00.840.350.21
HSL325.36º71.79%45.88%-
HSV(B)325.36º83.58%78.82%-
XYZ28.6615.1222.53-
YUV94.29148.16204.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.22%
GREEN value IS 33 (13.28% from 255) = 9.07%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=55.22%
G=9.07%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013313000.840.350.21325.3671.7945.88
HexC921820542315145482e
Octal311412020124432550511056
Binary110010011000011000001001010100100011101011010001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92182; }

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

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

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

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

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

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

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

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