#c71eaf

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

Shades of Deep Magenta #C71EAF

Tints of Deep Magenta #C71EAF

Color information

#C71EAF (or 0xC71EAF) is unknown color: approx Deep Magenta. HEX triplet: C7, 1E and AF. RGB value is (199,30,175). Sum of RGB (Red+Green+Blue) = 199+30+175=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71EAF is #38E150. Grayscale: #606060. Windows color (decimal): -3727697 or 11476679. OLE color: 11476679.

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

Color convert

RGB19930175-
CMYK00.850.120.22
HSL308.52º73.8%44.9%-
HSV(B)308.52º84.92%78.04%-
XYZ31.7616.1742-
YUV97.06171.99200.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 30 (12.11% from 255) = 7.43%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=49.26%
G=7.43%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993017500.850.120.22308.5273.844.9
HexC71EAF055C161354a2d
Octal307362570125142646511255
Binary110001111111010101111010101011100101101001101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c71eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c71eaf; }

 p { color: rgb(199,30,175); }

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

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

 a { background-color: rgb(199,30,175); }

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

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

 span { border-color: rgb(199,30,175); }

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