#C20FB3

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

Shades of Deep Magenta #C20FB3

Tints of Deep Magenta #C20FB3

Color information

#C20FB3 (or 0xC20FB3) is unknown color: approx Deep Magenta. HEX triplet: C2, 0F and B3. RGB value is (194,15,179). Sum of RGB (Red+Green+Blue) = 194+15+179=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FB3 is #3DF04C. Grayscale: #565656. Windows color (decimal): -4059213 or 11734978. OLE color: 11734978.

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

Color convert

RGB19415179-
CMYK00.920.080.24
HSL305.03º85.65%40.98%-
HSV(B)305.03º92.27%76.08%-
XYZ30.5615.0743.95-
YUV87.22179.8204.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 15 (6.25% from 255) = 3.87%
BLUE value IS 179 (70.31% from 255) = 46.13%
R=50%
G=3.87%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941517900.920.080.24305.0385.6540.98
HexC2FB305C8181315629
Octal302172630134103046112651
Binary11000010111110110011010111001000110001001100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20FB3; }

 p { color: rgb(194,15,179); }

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

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

 a { background-color: rgb(194,15,179); }

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

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

 span { border-color: rgb(194,15,179); }

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