#C21F7E

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

Shades of Medium Violet Red #C21F7E

Tints of Medium Violet Red #C21F7E

Color information

#C21F7E (or 0xC21F7E) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1F and 7E. RGB value is (194,31,126). Sum of RGB (Red+Green+Blue) = 194+31+126=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F7E is #3DE081. Grayscale: #5A5A5A. Windows color (decimal): -4055170 or 8265666. OLE color: 8265666.

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

Color convert

RGB19431126-
CMYK00.840.350.24
HSL325.03º72.44%44.12%-
HSV(B)325.03º84.02%76.08%-
XYZ26.513.9621.04-
YUV90.57148201.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.27%
GREEN value IS 31 (12.5% from 255) = 8.83%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=55.27%
G=8.83%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943112600.840.350.24325.0372.4444.12
HexC21F7E0542318145482c
Octal302371760124433050511054
Binary1100001011111111111001010100100011110001010001011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F7E; }

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

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

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

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

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

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

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

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