#C21169

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

Shades of Medium Violet Red #C21169

Tints of Medium Violet Red #C21169

Color information

#C21169 (or 0xC21169) is unknown color: approx Medium Violet Red. HEX triplet: C2, 11 and 69. RGB value is (194,17,105). Sum of RGB (Red+Green+Blue) = 194+17+105=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C21169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21169 is #3DEE96. Grayscale: #4F4F4F. Windows color (decimal): -4058775 or 6885826. OLE color: 6885826.

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

Color convert

RGB19417105-
CMYK00.910.460.24
HSL330.17º83.89%41.37%-
HSV(B)330.17º91.24%76.08%-
XYZ2512.8914.54-
YUV79.96142.14209.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.39%
GREEN value IS 17 (7.03% from 255) = 5.38%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=61.39%
G=5.38%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941710500.910.460.24330.1783.8941.37
HexC2116905B2E1814a5429
Octal302211510133563051212451
Binary1100001010001110100101011011101110110001010010101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21169; }

 p { color: rgb(194,17,105); }

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

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

 a { background-color: rgb(194,17,105); }

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

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

 span { border-color: rgb(194,17,105); }

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