#C21778

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

Shades of Medium Violet Red #C21778

Tints of Medium Violet Red #C21778

Color information

#C21778 (or 0xC21778) is unknown color: approx Medium Violet Red. HEX triplet: C2, 17 and 78. RGB value is (194,23,120). Sum of RGB (Red+Green+Blue) = 194+23+120=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C21778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21778 is #3DE887. Grayscale: #545454. Windows color (decimal): -4057224 or 7870402. OLE color: 7870402.

HSL color Cylindrical-coordinate representation of color #C21778: hue angle of 325.96º 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 #C21778 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB19423120-
CMYK00.880.380.24
HSL325.96º78.8%42.55%-
HSV(B)325.96º88.14%76.08%-
XYZ25.9413.4419-
YUV85.19147.65205.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.57%
GREEN value IS 23 (9.38% from 255) = 6.82%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=57.57%
G=6.82%
B=35.61%

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
Decimal1942312000.880.380.24325.9678.842.55
HexC2177805826181464f2b
Octal302271700130463050611753
Binary1100001010111111100001011000100110110001010001101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21778; }

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

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

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

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

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

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

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

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