#C20ABB

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

Shades of Deep Magenta #C20ABB

Tints of Deep Magenta #C20ABB

Color information

#C20ABB (or 0xC20ABB) is unknown color: approx Deep Magenta. HEX triplet: C2, 0A and BB. RGB value is (194,10,187). Sum of RGB (Red+Green+Blue) = 194+10+187=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C20ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ABB is #3DF544. Grayscale: #545454. Windows color (decimal): -4060485 or 12257986. OLE color: 12257986.

HSL color Cylindrical-coordinate representation of color #C20ABB: hue angle of 302.28º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ABB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19410187-
CMYK00.950.040.24
HSL302.28º90.2%40%-
HSV(B)302.28º94.85%76.08%-
XYZ31.3315.2748.31-
YUV85.19185.46205.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 10 (4.30% from 255) = 2.56%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=49.62%
G=2.56%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941018700.950.040.24302.2890.240
HexC2ABB05F41812e5a28
Octal30212273013743045613250
Binary1100001010101011101101011111100110001001011101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20ABB; }

 p { color: rgb(194,10,187); }

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

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

 a { background-color: rgb(194,10,187); }

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

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

 span { border-color: rgb(194,10,187); }

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