#C2219A

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

Shades of Medium Violet Red #C2219A

Tints of Medium Violet Red #C2219A

Color information

#C2219A (or 0xC2219A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 21 and 9A. RGB value is (194,33,154). Sum of RGB (Red+Green+Blue) = 194+33+154=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2219A is #3DDE65. Grayscale: #5E5E5E. Windows color (decimal): -4054630 or 10101186. OLE color: 10101186.

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

Color convert

RGB19433154-
CMYK00.830.210.24
HSL314.91º70.93%44.51%-
HSV(B)314.91º82.99%76.08%-
XYZ28.6214.8931.94-
YUV94.93161.34198.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=50.92%
G=8.66%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943315400.830.210.24314.9170.9344.51
HexC2219A053151813b472d
Octal302412320123253047310755
Binary11000010100001100110100101001110101110001001110111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2219A; }

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

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

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

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

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

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

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

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