#C807E2

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

Shades of Deep Magenta #C807E2

Tints of Deep Magenta #C807E2

Color information

#C807E2 (or 0xC807E2) is unknown color: approx Deep Magenta. HEX triplet: C8, 07 and E2. RGB value is (200,7,226). Sum of RGB (Red+Green+Blue) = 200+7+226=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 226 (88.67% from 255 or 52.19% from 433); Max value from RGB is 226 - color contains mainly: blue. Hex color #C807E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807E2 is #37F81D. Grayscale: #585858. Windows color (decimal): -3667998 or 14813128. OLE color: 14813128.

HSL color Cylindrical-coordinate representation of color #C807E2: hue angle of 292.88º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C807E2 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2007226-
CMYK0.120.9700.11
HSL292.88º93.99%45.69%-
HSV(B)292.88º96.9%88.63%-
XYZ37.6217.9273.43-
YUV89.67204.94206.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 7 (3.12% from 255) = 1.62%
BLUE value IS 226 (88.67% from 255) = 52.19%
R=46.19%
G=1.62%
B=52.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20072260.120.9700.11292.8893.9945.69
HexC87E2C610B1255e2e
Octal31073421414101344513656
Binary110010001111110001011001100001010111001001011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C807E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C807E2; }

 p { color: rgb(200,7,226); }

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

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

 a { background-color: rgb(200,7,226); }

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

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

 span { border-color: rgb(200,7,226); }

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