#C21B6E

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

Shades of Medium Violet Red #C21B6E

Tints of Medium Violet Red #C21B6E

Color information

#C21B6E (or 0xC21B6E) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1B and 6E. RGB value is (194,27,110). Sum of RGB (Red+Green+Blue) = 194+27+110=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B6E is #3DE491. Grayscale: #565656. Windows color (decimal): -4056210 or 7216066. OLE color: 7216066.

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

Color convert

RGB19427110-
CMYK00.860.430.24
HSL330.18º75.57%43.33%-
HSV(B)330.18º86.08%76.08%-
XYZ25.4513.3815.99-
YUV86.4141.33204.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.61%
GREEN value IS 27 (10.94% from 255) = 8.16%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=58.61%
G=8.16%
B=33.23%

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
Decimal1942711000.860.430.24330.1875.5743.33
HexC21B6E0562B1814a4c2b
Octal302331560126533051211453
Binary1100001011011110111001010110101011110001010010101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21B6E; }

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

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

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

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

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

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

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

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