#C21779

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

Shades of Medium Violet Red #C21779

Tints of Medium Violet Red #C21779

Color information

#C21779 (or 0xC21779) is unknown color: approx Medium Violet Red. HEX triplet: C2, 17 and 79. RGB value is (194,23,121). Sum of RGB (Red+Green+Blue) = 194+23+121=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C21779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21779 is #3DE886. Grayscale: #555555. Windows color (decimal): -4057223 or 7935938. OLE color: 7935938.

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

Color convert

RGB19423121-
CMYK00.880.380.24
HSL325.61º78.8%42.55%-
HSV(B)325.61º88.14%76.08%-
XYZ26.0113.4619.32-
YUV85.3148.15205.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.40%
GREEN value IS 23 (9.38% from 255) = 6.80%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=57.40%
G=6.80%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942312100.880.380.24325.6178.842.55
HexC2177905826181464f2b
Octal302271710130463050611753
Binary1100001010111111100101011000100110110001010001101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21779; }

 p { color: rgb(194,23,121); }

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

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

 a { background-color: rgb(194,23,121); }

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

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

 span { border-color: rgb(194,23,121); }

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