#C700B9

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

Shades of Deep Magenta #C700B9

Tints of Deep Magenta #C700B9

Color information

#C700B9 (or 0xC700B9) is unknown color: approx Deep Magenta. HEX triplet: C7, 00 and B9. RGB value is (199,0,185). Sum of RGB (Red+Green+Blue) = 199+0+185=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C700B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700B9 is #38FF46. Grayscale: #505050. Windows color (decimal): -3735367 or 12124359. OLE color: 12124359.

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

Color convert

RGB1990185-
CMYK010.070.22
HSL304.22º100%39.02%-
HSV(B)304.22º100%78.04%-
XYZ32.3115.6447.22-
YUV80.59186.93212.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 185 (72.66% from 255) = 48.18%
R=51.82%
G=0%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1990185010.070.22304.2210039.02
HexC70B90647161306427
Octal3070271014472646014447
Binary1100011101011100101100100111101101001100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C700B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C700B9; }

 p { color: rgb(199,0,185); }

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

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

 a { background-color: rgb(199,0,185); }

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

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

 span { border-color: rgb(199,0,185); }

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