#C704E1

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

Shades of Deep Magenta #C704E1

Tints of Deep Magenta #C704E1

Color information

#C704E1 (or 0xC704E1) is unknown color: approx Deep Magenta. HEX triplet: C7, 04 and E1. RGB value is (199,4,225). Sum of RGB (Red+Green+Blue) = 199+4+225=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #C704E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704E1 is #38FB1E. Grayscale: #565656. Windows color (decimal): -3734303 or 14746823. OLE color: 14746823.

HSL color Cylindrical-coordinate representation of color #C704E1: hue angle of 292.94º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704E1 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1994225-
CMYK0.120.9800.12
HSL292.94º96.51%44.9%-
HSV(B)292.94º98.22%88.24%-
XYZ37.1917.6772.68-
YUV87.5205.6207.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 4 (1.95% from 255) = 0.93%
BLUE value IS 225 (88.28% from 255) = 52.57%
R=46.50%
G=0.93%
B=52.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal19942250.120.9800.12292.9496.5144.9
HexC74E1C620C125612d
Octal30743411414201444514155
Binary110001111001110000111001100010011001001001011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C704E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C704E1; }

 p { color: rgb(199,4,225); }

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

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

 a { background-color: rgb(199,4,225); }

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

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

 span { border-color: rgb(199,4,225); }

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