#C21881

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

Shades of Medium Violet Red #C21881

Tints of Medium Violet Red #C21881

Color information

#C21881 (or 0xC21881) is unknown color: approx Medium Violet Red. HEX triplet: C2, 18 and 81. RGB value is (194,24,129). Sum of RGB (Red+Green+Blue) = 194+24+129=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21881 is #3DE77E. Grayscale: #565656. Windows color (decimal): -4056959 or 8460482. OLE color: 8460482.

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

Color convert

RGB19424129-
CMYK00.880.340.24
HSL322.94º77.98%42.75%-
HSV(B)322.94º87.63%76.08%-
XYZ26.5413.7122.02-
YUV86.8151.82204.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.91%
GREEN value IS 24 (9.77% from 255) = 6.92%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=55.91%
G=6.92%
B=37.18%

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
Decimal1942412900.880.340.24322.9477.9842.75
HexC2188105822181434e2b
Octal302302010130423050311653
Binary11000010110001000000101011000100010110001010000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21881; }

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

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

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

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

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

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

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

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