#C700CE

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

Shades of Deep Magenta #C700CE

Tints of Deep Magenta #C700CE

Color information

#C700CE (or 0xC700CE) is unknown color: approx Deep Magenta. HEX triplet: C7, 00 and CE. RGB value is (199,0,206). Sum of RGB (Red+Green+Blue) = 199+0+206=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #C700CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700CE is #38FF31. Grayscale: #525252. Windows color (decimal): -3735346 or 13500615. OLE color: 13500615.

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

Color convert

RGB1990206-
CMYK0.03100.19
HSL297.96º100%40.39%-
HSV(B)297.96º100%80.78%-
XYZ34.6916.659.77-
YUV82.98197.43210.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 206 (80.86% from 255) = 50.86%
R=49.14%
G=0%
B=50.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19902060.03100.19297.9610040.39
HexC70CE36401312a6428
Octal3070316314402345214450
Binary110001110110011101111001000100111001010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C700CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C700CE; }

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

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

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

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

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

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

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

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