#C201AA

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

Shades of Deep Magenta #C201AA

Tints of Deep Magenta #C201AA

Color information

#C201AA (or 0xC201AA) is unknown color: approx Deep Magenta. HEX triplet: C2, 01 and AA. RGB value is (194,1,170). Sum of RGB (Red+Green+Blue) = 194+1+170=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C201AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C201AA is #3DFE55. Grayscale: #4D4D4D. Windows color (decimal): -4062806 or 11141570. OLE color: 11141570.

HSL color Cylindrical-coordinate representation of color #C201AA: hue angle of 307.46º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C201AA is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB1941170-
CMYK00.990.120.24
HSL307.46º98.97%38.24%-
HSV(B)307.46º99.48%76.08%-
XYZ29.5114.3939.25-
YUV77.97179.94210.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.15%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=53.15%
G=0.27%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194117000.990.120.24307.4698.9738.24
HexC21AA063C181336326
Octal30212520143143046314346
Binary11000010110101010011000111100110001001100111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C201AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C201AA; }

 p { color: rgb(194,1,170); }

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

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

 a { background-color: rgb(194,1,170); }

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

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

 span { border-color: rgb(194,1,170); }

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