#C42696

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

Shades of Medium Red Violet #C42696

Tints of Medium Red Violet #C42696

Color information

#C42696 (or 0xC42696) is unknown color: approx Medium Red Violet. HEX triplet: C4, 26 and 96. RGB value is (196,38,150). Sum of RGB (Red+Green+Blue) = 196+38+150=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C42696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42696 is #3BD969. Grayscale: #616161. Windows color (decimal): -3922282 or 9840324. OLE color: 9840324.

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

Color convert

RGB19638150-
CMYK00.810.230.23
HSL317.47º67.52%45.88%-
HSV(B)317.47º80.61%76.86%-
XYZ28.9615.3230.29-
YUV98.01157.35197.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.04%
GREEN value IS 38 (15.23% from 255) = 9.90%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=51.04%
G=9.90%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963815000.810.230.23317.4767.5245.88
HexC42696051171713d442e
Octal304462260121272747510456
Binary11000100100110100101100101000110111101111001111011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42696; }

 p { color: rgb(196,38,150); }

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

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

 a { background-color: rgb(196,38,150); }

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

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

 span { border-color: rgb(196,38,150); }

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