#C4199A

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

Shades of Medium Violet Red #C4199A

Tints of Medium Violet Red #C4199A

Color information

#C4199A (or 0xC4199A) is unknown color: approx Medium Violet Red. HEX triplet: C4, 19 and 9A. RGB value is (196,25,154). Sum of RGB (Red+Green+Blue) = 196+25+154=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4199A is #3BE665. Grayscale: #5A5A5A. Windows color (decimal): -3925606 or 10099140. OLE color: 10099140.

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

Color convert

RGB19625154-
CMYK00.870.210.23
HSL314.74º77.38%43.33%-
HSV(B)314.74º87.24%76.86%-
XYZ28.9514.7631.9-
YUV90.84163.65203.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=52.27%
G=6.67%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962515400.870.210.23314.7477.3843.33
HexC4199A057151713b4d2b
Octal304312320127252747311553
Binary1100010011001100110100101011110101101111001110111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4199A; }

 p { color: rgb(196,25,154); }

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

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

 a { background-color: rgb(196,25,154); }

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

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

 span { border-color: rgb(196,25,154); }

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