#C707A9

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

Shades of Deep Magenta #C707A9

Tints of Deep Magenta #C707A9

Color information

#C707A9 (or 0xC707A9) is unknown color: approx Deep Magenta. HEX triplet: C7, 07 and A9. RGB value is (199,7,169). Sum of RGB (Red+Green+Blue) = 199+7+169=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C707A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C707A9 is #38F856. Grayscale: #525252. Windows color (decimal): -3733591 or 11077575. OLE color: 11077575.

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

Color convert

RGB1997169-
CMYK00.960.150.22
HSL309.38º93.2%40.39%-
HSV(B)309.38º96.48%78.04%-
XYZ30.7915.1638.84-
YUV82.88176.61210.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 169 (66.41% from 255) = 45.07%
R=53.07%
G=1.87%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199716900.960.150.22309.3893.240.39
HexC77A9060F161355d28
Octal30772510140172646513550
Binary1100011111110101001011000001111101101001101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C707A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C707A9; }

 p { color: rgb(199,7,169); }

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

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

 a { background-color: rgb(199,7,169); }

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

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

 span { border-color: rgb(199,7,169); }

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