#C21F8D

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

Shades of Medium Violet Red #C21F8D

Tints of Medium Violet Red #C21F8D

Color information

#C21F8D (or 0xC21F8D) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1F and 8D. RGB value is (194,31,141). Sum of RGB (Red+Green+Blue) = 194+31+141=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F8D is #3DE072. Grayscale: #5C5C5C. Windows color (decimal): -4055155 or 9248706. OLE color: 9248706.

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

Color convert

RGB19431141-
CMYK00.840.270.24
HSL319.51º72.44%44.12%-
HSV(B)319.51º84.02%76.08%-
XYZ27.5514.3726.52-
YUV92.28155.5200.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 31 (12.5% from 255) = 8.47%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=53.01%
G=8.47%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943114100.840.270.24319.5172.4444.12
HexC21F8D0541B18140482c
Octal302372150124333050011054
Binary1100001011111100011010101010011011110001010000001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F8D; }

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

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

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

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

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

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

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

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