#C20FB2

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

Shades of Deep Magenta #C20FB2

Tints of Deep Magenta #C20FB2

Color information

#C20FB2 (or 0xC20FB2) is unknown color: approx Deep Magenta. HEX triplet: C2, 0F and B2. RGB value is (194,15,178). Sum of RGB (Red+Green+Blue) = 194+15+178=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C20FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20FB2 is #3DF04D. Grayscale: #565656. Windows color (decimal): -4059214 or 11669442. OLE color: 11669442.

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

Color convert

RGB19415178-
CMYK00.920.080.24
HSL305.36º85.65%40.98%-
HSV(B)305.36º92.27%76.08%-
XYZ30.4515.0343.41-
YUV87.1179.3204.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=50.13%
G=3.88%
B=45.99%

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
Decimal1941517800.920.080.24305.3685.6540.98
HexC2FB205C8181315629
Octal302172620134103046112651
Binary11000010111110110010010111001000110001001100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20FB2; }

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

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

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

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

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

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

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

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