#C21880

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

Shades of Medium Violet Red #C21880

Tints of Medium Violet Red #C21880

Color information

#C21880 (or 0xC21880) is unknown color: approx Medium Violet Red. HEX triplet: C2, 18 and 80. RGB value is (194,24,128). Sum of RGB (Red+Green+Blue) = 194+24+128=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C21880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21880 is #3DE77F. Grayscale: #565656. Windows color (decimal): -4056960 or 8394946. OLE color: 8394946.

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

Color convert

RGB19424128-
CMYK00.880.340.24
HSL323.29º77.98%42.75%-
HSV(B)323.29º87.63%76.08%-
XYZ26.4713.6821.67-
YUV86.69151.32204.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=56.07%
G=6.94%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942412800.880.340.24323.2977.9842.75
HexC2188005822181434e2b
Octal302302000130423050311653
Binary11000010110001000000001011000100010110001010000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21880; }

 p { color: rgb(194,24,128); }

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

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

 a { background-color: rgb(194,24,128); }

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

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

 span { border-color: rgb(194,24,128); }

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