#C807CA

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

Shades of Deep Magenta #C807CA

Tints of Deep Magenta #C807CA

Color information

#C807CA (or 0xC807CA) is unknown color: approx Deep Magenta. HEX triplet: C8, 07 and CA. RGB value is (200,7,202). Sum of RGB (Red+Green+Blue) = 200+7+202=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #C807CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807CA is #37F835. Grayscale: #565656. Windows color (decimal): -3668022 or 13240264. OLE color: 13240264.

HSL color Cylindrical-coordinate representation of color #C807CA: hue angle of 299.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C807CA is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2007202-
CMYK0.010.9700.21
HSL299.38º93.3%40.98%-
HSV(B)299.38º96.53%79.22%-
XYZ34.5616.757.28-
YUV86.94192.94208.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 7 (3.12% from 255) = 1.71%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=48.90%
G=1.71%
B=49.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20072020.010.9700.21299.3893.340.98
HexC87CA16101512b5d29
Octal3107312114102545313551
Binary1100100011111001010111000010101011001010111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C807CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C807CA; }

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

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

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

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

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

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

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

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