#C82392

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

Shades of Medium Violet Red #C82392

Tints of Medium Violet Red #C82392

Color information

#C82392 (or 0xC82392) is unknown color: approx Medium Violet Red. HEX triplet: C8, 23 and 92. RGB value is (200,35,146). Sum of RGB (Red+Green+Blue) = 200+35+146=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C82392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82392 is #37DC6D. Grayscale: #606060. Windows color (decimal): -3660910 or 9577416. OLE color: 9577416.

HSL color Cylindrical-coordinate representation of color #C82392: hue angle of 319.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82392 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB20035146-
CMYK00.820.270.22
HSL319.64º70.21%46.08%-
HSV(B)319.64º82.5%78.43%-
XYZ29.6115.5628.64-
YUV96.99155.66201.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 35 (14.06% from 255) = 9.19%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=52.49%
G=9.19%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003514600.820.270.22319.6470.2146.08
HexC823920521B16140462e
Octal310432220122332650010656
Binary11001000100011100100100101001011011101101010000001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82392; }

 p { color: rgb(200,35,146); }

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

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

 a { background-color: rgb(200,35,146); }

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

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

 span { border-color: rgb(200,35,146); }

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