#C22395

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

Shades of Medium Violet Red #C22395

Tints of Medium Violet Red #C22395

Color information

#C22395 (or 0xC22395) is unknown color: approx Medium Violet Red. HEX triplet: C2, 23 and 95. RGB value is (194,35,149). Sum of RGB (Red+Green+Blue) = 194+35+149=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C22395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22395 is #3DDC6A. Grayscale: #5F5F5F. Windows color (decimal): -4054123 or 9774018. OLE color: 9774018.

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

Color convert

RGB19435149-
CMYK00.820.230.24
HSL316.98º69.43%44.9%-
HSV(B)316.98º81.96%76.08%-
XYZ28.2714.8429.81-
YUV95.54158.18198.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 35 (14.06% from 255) = 9.26%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=51.32%
G=9.26%
B=39.42%

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
Decimal1943514900.820.230.24316.9869.4344.9
HexC22395052171813d452d
Octal302432250122273047510555
Binary11000010100011100101010101001010111110001001111011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22395; }

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

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

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

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

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

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

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

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