#C220A1

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

Shades of Medium Violet Red #C220A1

Tints of Medium Violet Red #C220A1

Color information

#C220A1 (or 0xC220A1) is unknown color: approx Medium Violet Red. HEX triplet: C2, 20 and A1. RGB value is (194,32,161). Sum of RGB (Red+Green+Blue) = 194+32+161=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C220A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220A1 is #3DDF5E. Grayscale: #5E5E5E. Windows color (decimal): -4054879 or 10559682. OLE color: 10559682.

HSL color Cylindrical-coordinate representation of color #C220A1: hue angle of 312.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220A1 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19432161-
CMYK00.840.170.24
HSL312.22º71.68%44.31%-
HSV(B)312.22º83.51%76.08%-
XYZ29.215.0835.09-
YUV95.14165.17198.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 32 (12.89% from 255) = 8.27%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=50.13%
G=8.27%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943216100.840.170.24312.2271.6844.31
HexC220A10541118138482c
Octal302402410124213047011054
Binary11000010100000101000010101010010001110001001110001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C220A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C220A1; }

 p { color: rgb(194,32,161); }

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

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

 a { background-color: rgb(194,32,161); }

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

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

 span { border-color: rgb(194,32,161); }

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