#C92B86

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

Shades of Medium Red Violet #C92B86

Tints of Medium Red Violet #C92B86

Color information

#C92B86 (or 0xC92B86) is unknown color: approx Medium Red Violet. HEX triplet: C9, 2B and 86. RGB value is (201,43,134). Sum of RGB (Red+Green+Blue) = 201+43+134=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92B86 is #36D479. Grayscale: #646464. Windows color (decimal): -3593338 or 8793033. OLE color: 8793033.

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

Color convert

RGB20143134-
CMYK00.790.330.21
HSL325.44º64.75%47.84%-
HSV(B)325.44º78.61%78.82%-
XYZ29.2515.8724.07-
YUV100.62146.85199.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 43 (17.19% from 255) = 11.38%
BLUE value IS 134 (52.73% from 255) = 35.45%
R=53.17%
G=11.38%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014313400.790.330.21325.4464.7547.84
HexC92B8604F21151454130
Octal311532060117412550510160
Binary110010011010111000011001001111100001101011010001011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92B86; }

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

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

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

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

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

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

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

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