#C2299A

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

Shades of Medium Red Violet #C2299A

Tints of Medium Red Violet #C2299A

Color information

#C2299A (or 0xC2299A) is unknown color: approx Medium Red Violet. HEX triplet: C2, 29 and 9A. RGB value is (194,41,154). Sum of RGB (Red+Green+Blue) = 194+41+154=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2299A is #3DD665. Grayscale: #636363. Windows color (decimal): -4052582 or 10103234. OLE color: 10103234.

HSL color Cylindrical-coordinate representation of color #C2299A: hue angle of 315.69º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2299A is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19441154-
CMYK00.790.210.24
HSL315.69º65.11%46.08%-
HSV(B)315.69º78.87%76.08%-
XYZ28.8715.3932.02-
YUV99.63158.69195.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 41 (16.41% from 255) = 10.54%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=49.87%
G=10.54%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944115400.790.210.24315.6965.1146.08
HexC2299A04F151813c412e
Octal302512320117253047410156
Binary11000010101001100110100100111110101110001001111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2299A; }

 p { color: rgb(194,41,154); }

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

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

 a { background-color: rgb(194,41,154); }

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

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

 span { border-color: rgb(194,41,154); }

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