#C12396

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

Shades of Medium Violet Red #C12396

Tints of Medium Violet Red #C12396

Color information

#C12396 (or 0xC12396) is unknown color: approx Medium Violet Red. HEX triplet: C1, 23 and 96. RGB value is (193,35,150). Sum of RGB (Red+Green+Blue) = 193+35+150=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C12396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12396 is #3EDC69. Grayscale: #5F5F5F. Windows color (decimal): -4119658 or 9839553. OLE color: 9839553.

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

Color convert

RGB19335150-
CMYK00.820.220.24
HSL316.33º69.3%44.71%-
HSV(B)316.33º81.87%75.69%-
XYZ28.114.7430.22-
YUV95.35158.85197.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.06%
GREEN value IS 35 (14.06% from 255) = 9.26%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=51.06%
G=9.26%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933515000.820.220.24316.3369.344.71
HexC12396052161813c452d
Octal301432260122263047410555
Binary11000001100011100101100101001010110110001001111001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12396; }

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

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

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

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

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

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

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

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