#C42999

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

Shades of Medium Red Violet #C42999

Tints of Medium Red Violet #C42999

Color information

#C42999 (or 0xC42999) is unknown color: approx Medium Red Violet. HEX triplet: C4, 29 and 99. RGB value is (196,41,153). Sum of RGB (Red+Green+Blue) = 196+41+153=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C42999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42999 is #3BD666. Grayscale: #636363. Windows color (decimal): -3921511 or 10037700. OLE color: 10037700.

HSL color Cylindrical-coordinate representation of color #C42999: hue angle of 316.65º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42999 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB19641153-
CMYK00.790.220.23
HSL316.65º65.4%46.47%-
HSV(B)316.65º79.08%76.86%-
XYZ29.3115.6231.61-
YUV100.11157.85196.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 41 (16.41% from 255) = 10.51%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=50.26%
G=10.51%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964115300.790.220.23316.6565.446.47
HexC4299904F161713d412e
Octal304512310117262747510156
Binary11000100101001100110010100111110110101111001111011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42999; }

 p { color: rgb(196,41,153); }

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

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

 a { background-color: rgb(196,41,153); }

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

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

 span { border-color: rgb(196,41,153); }

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