#C21681

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

Shades of Medium Violet Red #C21681

Tints of Medium Violet Red #C21681

Color information

#C21681 (or 0xC21681) is unknown color: approx Medium Violet Red. HEX triplet: C2, 16 and 81. RGB value is (194,22,129). Sum of RGB (Red+Green+Blue) = 194+22+129=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21681 is #3DE97E. Grayscale: #555555. Windows color (decimal): -4057471 or 8459970. OLE color: 8459970.

HSL color Cylindrical-coordinate representation of color #C21681: hue angle of 322.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21681 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19422129-
CMYK00.890.340.24
HSL322.67º79.63%42.35%-
HSV(B)322.67º88.66%76.08%-
XYZ26.513.6322-
YUV85.63152.48205.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 22 (8.98% from 255) = 6.38%
BLUE value IS 129 (50.78% from 255) = 37.39%
R=56.23%
G=6.38%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942212900.890.340.24322.6779.6342.35
HexC216810592218143502a
Octal302262010131423050312052
Binary11000010101101000000101011001100010110001010000111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21681; }

 p { color: rgb(194,22,129); }

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

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

 a { background-color: rgb(194,22,129); }

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

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

 span { border-color: rgb(194,22,129); }

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