#C20FB4

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

Shades of Deep Magenta #C20FB4

Tints of Deep Magenta #C20FB4

Color information

#C20FB4 (or 0xC20FB4) is unknown color: approx Deep Magenta. HEX triplet: C2, 0F and B4. RGB value is (194,15,180). Sum of RGB (Red+Green+Blue) = 194+15+180=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FB4 is #3DF04B. Grayscale: #565656. Windows color (decimal): -4059212 or 11800514. OLE color: 11800514.

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

Color convert

RGB19415180-
CMYK00.920.070.24
HSL304.69º85.65%40.98%-
HSV(B)304.69º92.27%76.08%-
XYZ30.6615.1144.48-
YUV87.33180.3204.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 180 (70.70% from 255) = 46.27%
R=49.87%
G=3.86%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941518000.920.070.24304.6985.6540.98
HexC2FB405C7181315629
Octal30217264013473046112651
Binary1100001011111011010001011100111110001001100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20FB4; }

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

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

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

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

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

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

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

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