#C22A98

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

Shades of Medium Red Violet #C22A98

Tints of Medium Red Violet #C22A98

Color information

#C22A98 (or 0xC22A98) is unknown color: approx Medium Red Violet. HEX triplet: C2, 2A and 98. RGB value is (194,42,152). Sum of RGB (Red+Green+Blue) = 194+42+152=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22A98 is #3DD567. Grayscale: #636363. Windows color (decimal): -4052328 or 9972418. OLE color: 9972418.

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

Color convert

RGB19442152-
CMYK00.780.220.24
HSL316.58º64.41%46.27%-
HSV(B)316.58º78.35%76.08%-
XYZ28.7415.3931.16-
YUV99.99157.36195.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 10.82%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=50%
G=10.82%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944215200.780.220.24316.5864.4146.27
HexC22A9804E161813d402e
Octal302522300116263047510056
Binary11000010101010100110000100111010110110001001111011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A98; }

 p { color: rgb(194,42,152); }

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

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

 a { background-color: rgb(194,42,152); }

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

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

 span { border-color: rgb(194,42,152); }

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