#C21F76

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

Shades of Medium Violet Red #C21F76

Tints of Medium Violet Red #C21F76

Color information

#C21F76 (or 0xC21F76) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1F and 76. RGB value is (194,31,118). Sum of RGB (Red+Green+Blue) = 194+31+118=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F76 is #3DE089. Grayscale: #595959. Windows color (decimal): -4055178 or 7741378. OLE color: 7741378.

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

Color convert

RGB19431118-
CMYK00.840.390.24
HSL327.98º72.44%44.12%-
HSV(B)327.98º84.02%76.08%-
XYZ26.0113.7618.42-
YUV89.66144202.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.56%
GREEN value IS 31 (12.5% from 255) = 9.04%
BLUE value IS 118 (46.48% from 255) = 34.40%
R=56.56%
G=9.04%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943111800.840.390.24327.9872.4444.12
HexC21F760542718148482c
Octal302371660124473051011054
Binary1100001011111111011001010100100111110001010010001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21F76; }

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

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

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

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

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

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

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

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