#C800AF

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

Shades of Deep Magenta #C800AF

Tints of Deep Magenta #C800AF

Color information

#C800AF (or 0xC800AF) is unknown color: approx Deep Magenta. HEX triplet: C8, 00 and AF. RGB value is (200,0,175). Sum of RGB (Red+Green+Blue) = 200+0+175=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C800AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C800AF is #37FF50. Grayscale: #4F4F4F. Windows color (decimal): -3669841 or 11469000. OLE color: 11469000.

HSL color Cylindrical-coordinate representation of color #C800AF: hue angle of 307.5º 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 #C800AF is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB2000175-
CMYK010.120.22
HSL307.5º100%39.22%-
HSV(B)307.5º100%78.43%-
XYZ31.5615.3741.86-
YUV79.75181.76213.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=53.33%
G=0%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2000175010.120.22307.510039.22
HexC80AF064C161346427
Octal31002570144142646414447
Binary11001000010101111011001001100101101001101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C800AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C800AF; }

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

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

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

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

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

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

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

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