#C201BA

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

Shades of Deep Magenta #C201BA

Tints of Deep Magenta #C201BA

Color information

#C201BA (or 0xC201BA) is unknown color: approx Deep Magenta. HEX triplet: C2, 01 and BA. RGB value is (194,1,186). Sum of RGB (Red+Green+Blue) = 194+1+186=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C201BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C201BA is #3DFE45. Grayscale: #4F4F4F. Windows color (decimal): -4062790 or 12190146. OLE color: 12190146.

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

Color convert

RGB1941186-
CMYK00.990.040.24
HSL302.49º98.97%38.24%-
HSV(B)302.49º99.48%76.08%-
XYZ31.1215.0447.72-
YUV79.8187.94209.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=50.92%
G=0.26%
B=48.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194118600.990.040.24302.4998.9738.24
HexC21BA06341812e6326
Octal3021272014343045614346
Binary1100001011011101001100011100110001001011101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C201BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C201BA; }

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

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

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

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

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

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

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

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