#C20892

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

Shades of Medium Violet Red #C20892

Tints of Medium Violet Red #C20892

Color information

#C20892 (or 0xC20892) is unknown color: approx Medium Violet Red. HEX triplet: C2, 08 and 92. RGB value is (194,8,146). Sum of RGB (Red+Green+Blue) = 194+8+146=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C20892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20892 is #3DF76D. Grayscale: #4E4E4E. Windows color (decimal): -4061038 or 9570498. OLE color: 9570498.

HSL color Cylindrical-coordinate representation of color #C20892: hue angle of 315.48º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20892 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB1948146-
CMYK00.960.250.24
HSL315.48º92.08%39.61%-
HSV(B)315.48º95.88%76.08%-
XYZ27.5213.7228.39-
YUV79.35165.62209.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 8 (3.52% from 255) = 2.30%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=55.75%
G=2.30%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194814600.960.250.24315.4892.0839.61
HexC2892060191813b5c28
Octal302102220140313047313450
Binary110000101000100100100110000011001110001001110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20892; }

 p { color: rgb(194,8,146); }

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

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

 a { background-color: rgb(194,8,146); }

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

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

 span { border-color: rgb(194,8,146); }

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