#C706CE

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

Shades of Deep Magenta #C706CE

Tints of Deep Magenta #C706CE

Color information

#C706CE (or 0xC706CE) is unknown color: approx Deep Magenta. HEX triplet: C7, 06 and CE. RGB value is (199,6,206). Sum of RGB (Red+Green+Blue) = 199+6+206=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #C706CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706CE is #38F931. Grayscale: #555555. Windows color (decimal): -3733810 or 13502151. OLE color: 13502151.

HSL color Cylindrical-coordinate representation of color #C706CE: hue angle of 297.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706CE is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1996206-
CMYK0.030.9700.19
HSL297.9º94.34%41.57%-
HSV(B)297.9º97.09%80.78%-
XYZ34.7616.7359.79-
YUV86.51195.44208.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 6 (2.73% from 255) = 1.46%
BLUE value IS 206 (80.86% from 255) = 50.12%
R=48.42%
G=1.46%
B=50.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19962060.030.9700.19297.994.3441.57
HexC76CE36101312a5e2a
Octal3076316314102345213652
Binary11000111110110011101111000010100111001010101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C706CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C706CE; }

 p { color: rgb(199,6,206); }

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

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

 a { background-color: rgb(199,6,206); }

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

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

 span { border-color: rgb(199,6,206); }

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