#c92e86

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

Shades of Medium Red Violet #C92E86

Tints of Medium Red Violet #C92E86

Color information

#C92E86 (or 0xC92E86) is unknown color: approx Medium Red Violet. HEX triplet: C9, 2E and 86. RGB value is (201,46,134). Sum of RGB (Red+Green+Blue) = 201+46+134=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92E86 is #36D179. Grayscale: #666666. Windows color (decimal): -3592570 or 8793801. OLE color: 8793801.

HSL color Cylindrical-coordinate representation of color #C92E86: hue angle of 325.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92E86 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB20146134-
CMYK00.770.330.21
HSL325.94º62.75%48.43%-
HSV(B)325.94º77.11%78.82%-
XYZ29.3716.0924.11-
YUV102.38145.85198.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 46 (18.36% from 255) = 12.07%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=52.76%
G=12.07%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014613400.770.330.21325.9462.7548.43
HexC92E8604D21151463f30
Octal31156206011541255067760
Binary11001001101110100001100100110110000110101101000110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c92e86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c92e86; }

 p { color: rgb(201,46,134); }

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

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

 a { background-color: rgb(201,46,134); }

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

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

 span { border-color: rgb(201,46,134); }

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