#C12696

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

Shades of Medium Red Violet #C12696

Tints of Medium Red Violet #C12696

Color information

#C12696 (or 0xC12696) is unknown color: approx Medium Red Violet. HEX triplet: C1, 26 and 96. RGB value is (193,38,150). Sum of RGB (Red+Green+Blue) = 193+38+150=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C12696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12696 is #3ED969. Grayscale: #606060. Windows color (decimal): -4118890 or 9840321. OLE color: 9840321.

HSL color Cylindrical-coordinate representation of color #C12696: hue angle of 316.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12696 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19338150-
CMYK00.800.220.24
HSL316.65º67.1%45.29%-
HSV(B)316.65º80.31%75.69%-
XYZ28.1914.9330.25-
YUV97.11157.85196.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 38 (15.23% from 255) = 9.97%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=50.66%
G=9.97%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933815000.800.220.24316.6567.145.29
HexC12696050161813d432d
Octal301462260120263047510355
Binary11000001100110100101100101000010110110001001111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12696; }

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

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

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

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

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

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

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

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