#C221BF

Color #C221BF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C221BF

Tints of Deep Magenta #C221BF

Color information

#C221BF (or 0xC221BF) is unknown color: approx Deep Magenta. HEX triplet: C2, 21 and BF. RGB value is (194,33,191). Sum of RGB (Red+Green+Blue) = 194+33+191=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C221BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221BF is #3DDE40. Grayscale: #626262. Windows color (decimal): -4054593 or 12526018. OLE color: 12526018.

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

Color convert

RGB19433191-
CMYK00.830.020.24
HSL301.12º70.93%44.51%-
HSV(B)301.12º82.99%76.08%-
XYZ32.216.3250.74-
YUV99.15179.84195.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 33 (13.28% from 255) = 7.89%
BLUE value IS 191 (75% from 255) = 45.69%
R=46.41%
G=7.89%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943319100.830.020.24301.1270.9344.51
HexC221BF05321812d472d
Octal30241277012323045510755
Binary11000010100001101111110101001110110001001011011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C221BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C221BF; }

 p { color: rgb(194,33,191); }

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

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

 a { background-color: rgb(194,33,191); }

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

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

 span { border-color: rgb(194,33,191); }

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