#C703BA

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

Shades of Deep Magenta #C703BA

Tints of Deep Magenta #C703BA

Color information

#C703BA (or 0xC703BA) is unknown color: approx Deep Magenta. HEX triplet: C7, 03 and BA. RGB value is (199,3,186). Sum of RGB (Red+Green+Blue) = 199+3+186=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C703BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703BA is #38FC45. Grayscale: #515151. Windows color (decimal): -3734598 or 12190663. OLE color: 12190663.

HSL color Cylindrical-coordinate representation of color #C703BA: hue angle of 303.98º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C703BA is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB1993186-
CMYK00.980.070.22
HSL303.98º97.03%39.61%-
HSV(B)303.98º98.49%78.04%-
XYZ32.4515.7547.78-
YUV82.47186.43211.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.29%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=51.29%
G=0.77%
B=47.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199318600.980.070.22303.9897.0339.61
HexC73BA0627161306128
Octal3073272014272646014150
Binary11000111111011101001100010111101101001100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C703BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C703BA; }

 p { color: rgb(199,3,186); }

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

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

 a { background-color: rgb(199,3,186); }

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

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

 span { border-color: rgb(199,3,186); }

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