#C21B6F

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

Shades of Medium Violet Red #C21B6F

Tints of Medium Violet Red #C21B6F

Color information

#C21B6F (or 0xC21B6F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1B and 6F. RGB value is (194,27,111). Sum of RGB (Red+Green+Blue) = 194+27+111=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B6F is #3DE490. Grayscale: #565656. Windows color (decimal): -4056209 or 7281602. OLE color: 7281602.

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

Color convert

RGB19427111-
CMYK00.860.430.24
HSL329.82º75.57%43.33%-
HSV(B)329.82º86.08%76.08%-
XYZ25.5113.416.28-
YUV86.51141.83204.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 27 (10.94% from 255) = 8.13%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=58.43%
G=8.13%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942711100.860.430.24329.8275.5743.33
HexC21B6F0562B1814a4c2b
Octal302331570126533051211453
Binary1100001011011110111101010110101011110001010010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21B6F; }

 p { color: rgb(194,27,111); }

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

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

 a { background-color: rgb(194,27,111); }

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

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

 span { border-color: rgb(194,27,111); }

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