#C20798

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

Shades of Medium Violet Red #C20798

Tints of Medium Violet Red #C20798

Color information

#C20798 (or 0xC20798) is unknown color: approx Medium Violet Red. HEX triplet: C2, 07 and 98. RGB value is (194,7,152). Sum of RGB (Red+Green+Blue) = 194+7+152=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C20798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20798 is #3DF867. Grayscale: #4F4F4F. Windows color (decimal): -4061288 or 9963458. OLE color: 9963458.

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

Color convert

RGB1947152-
CMYK00.960.220.24
HSL313.48º93.03%39.41%-
HSV(B)313.48º96.39%76.08%-
XYZ27.9913.8930.91-
YUV79.44168.95209.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.96%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=54.96%
G=1.98%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194715200.960.220.24313.4893.0339.41
HexC279806016181395d27
Octal30272300140263047113547
Binary11000010111100110000110000010110110001001110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20798; }

 p { color: rgb(194,7,152); }

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

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

 a { background-color: rgb(194,7,152); }

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

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

 span { border-color: rgb(194,7,152); }

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