#C807AF

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

Shades of Deep Magenta #C807AF

Tints of Deep Magenta #C807AF

Color information

#C807AF (or 0xC807AF) is unknown color: approx Deep Magenta. HEX triplet: C8, 07 and AF. RGB value is (200,7,175). Sum of RGB (Red+Green+Blue) = 200+7+175=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C807AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C807AF is #37F850. Grayscale: #535353. Windows color (decimal): -3668049 or 11470792. OLE color: 11470792.

HSL color Cylindrical-coordinate representation of color #C807AF: hue angle of 307.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C807AF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB2007175-
CMYK00.960.120.22
HSL307.77º93.24%40.59%-
HSV(B)307.77º96.5%78.43%-
XYZ31.6315.5341.89-
YUV83.86179.44210.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 7 (3.12% from 255) = 1.83%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=52.36%
G=1.83%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200717500.960.120.22307.7793.2440.59
HexC87AF060C161345d29
Octal31072570140142646413551
Binary1100100011110101111011000001100101101001101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C807AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C807AF; }

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

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

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

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

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

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

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

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