#c21f9e

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

Shades of Medium Violet Red #C21F9E

Tints of Medium Violet Red #C21F9E

Color information

#C21F9E (or 0xC21F9E) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1F and 9E. RGB value is (194,31,158). Sum of RGB (Red+Green+Blue) = 194+31+158=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F9E is #3DE061. Grayscale: #5D5D5D. Windows color (decimal): -4055138 or 10362818. OLE color: 10362818.

HSL color Cylindrical-coordinate representation of color #C21F9E: hue angle of 313.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F9E is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19431158-
CMYK00.840.190.24
HSL313.25º72.44%44.12%-
HSV(B)313.25º84.02%76.08%-
XYZ28.9114.9233.7-
YUV94.22164199.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 31 (12.5% from 255) = 8.09%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=50.65%
G=8.09%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943115800.840.190.24313.2572.4444.12
HexC21F9E0541318139482c
Octal302372360124233047111054
Binary1100001011111100111100101010010011110001001110011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21f9e; }

 p { color: rgb(194,31,158); }

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

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

 a { background-color: rgb(194,31,158); }

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

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

 span { border-color: rgb(194,31,158); }

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