#C22396

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

Shades of Medium Violet Red #C22396

Tints of Medium Violet Red #C22396

Color information

#C22396 (or 0xC22396) is unknown color: approx Medium Violet Red. HEX triplet: C2, 23 and 96. RGB value is (194,35,150). Sum of RGB (Red+Green+Blue) = 194+35+150=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C22396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22396 is #3DDC69. Grayscale: #5F5F5F. Windows color (decimal): -4054122 or 9839554. OLE color: 9839554.

HSL color Cylindrical-coordinate representation of color #C22396: hue angle of 316.6º 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 #C22396 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19435150-
CMYK00.820.230.24
HSL316.6º69.43%44.9%-
HSV(B)316.6º81.96%76.08%-
XYZ28.3514.8730.23-
YUV95.65158.68198.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 35 (14.06% from 255) = 9.23%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=51.19%
G=9.23%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943515000.820.230.24316.669.4344.9
HexC22396052171813d452d
Octal302432260122273047510555
Binary11000010100011100101100101001010111110001001111011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22396; }

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

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

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

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

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

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

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

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