#C020BF

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

Shades of Deep Magenta #C020BF

Tints of Deep Magenta #C020BF

Color information

#C020BF (or 0xC020BF) is unknown color: approx Deep Magenta. HEX triplet: C0, 20 and BF. RGB value is (192,32,191). Sum of RGB (Red+Green+Blue) = 192+32+191=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C020BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020BF is #3FDF40. Grayscale: #616161. Windows color (decimal): -4185921 or 12525760. OLE color: 12525760.

HSL color Cylindrical-coordinate representation of color #C020BF: hue angle of 300.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C020BF is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19232191-
CMYK00.830.010.25
HSL300.38º71.43%43.92%-
HSV(B)300.38º83.33%75.29%-
XYZ31.661650.71-
YUV97.97180.51195.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 32 (12.89% from 255) = 7.71%
BLUE value IS 191 (75% from 255) = 46.02%
R=46.27%
G=7.71%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923219100.830.010.25300.3871.4343.92
HexC020BF05311912c472c
Octal30040277012313145410754
Binary1100000010000010111111010100111110011001011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C020BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C020BF; }

 p { color: rgb(192,32,191); }

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

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

 a { background-color: rgb(192,32,191); }

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

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

 span { border-color: rgb(192,32,191); }

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