#C20282

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

Shades of Medium Violet Red #C20282

Tints of Medium Violet Red #C20282

Color information

#C20282 (or 0xC20282) is unknown color: approx Medium Violet Red. HEX triplet: C2, 02 and 82. RGB value is (194,2,130). Sum of RGB (Red+Green+Blue) = 194+2+130=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C20282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20282 is #3DFD7D. Grayscale: #494949. Windows color (decimal): -4062590 or 8520386. OLE color: 8520386.

HSL color Cylindrical-coordinate representation of color #C20282: hue angle of 320º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20282 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB1942130-
CMYK00.990.330.24
HSL320º97.96%38.43%-
HSV(B)320º98.97%76.08%-
XYZ26.313.1222.27-
YUV74159.61213.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.51%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=59.51%
G=0.61%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194213000.990.330.2432097.9638.43
HexC228206321181406226
Octal30222020143413050014246
Binary11000010101000001001100011100001110001010000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20282; }

 p { color: rgb(194,2,130); }

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

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

 a { background-color: rgb(194,2,130); }

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

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

 span { border-color: rgb(194,2,130); }

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