#C20FBE

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

Shades of Deep Magenta #C20FBE

Tints of Deep Magenta #C20FBE

Color information

#C20FBE (or 0xC20FBE) is unknown color: approx Deep Magenta. HEX triplet: C2, 0F and BE. RGB value is (194,15,190). Sum of RGB (Red+Green+Blue) = 194+15+190=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FBE is #3DF041. Grayscale: #575757. Windows color (decimal): -4059202 or 12455874. OLE color: 12455874.

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

Color convert

RGB19415190-
CMYK00.920.020.24
HSL301.34º85.65%40.98%-
HSV(B)301.34º92.27%76.08%-
XYZ31.7115.5350.04-
YUV88.47185.3203.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 15 (6.25% from 255) = 3.76%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=48.62%
G=3.76%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941519000.920.020.24301.3485.6540.98
HexC2FBE05C21812d5629
Octal30217276013423045512651
Binary110000101111101111100101110010110001001011011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20FBE; }

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

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

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

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

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

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

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

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