#C71FD3

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

Shades of Deep Magenta #C71FD3

Tints of Deep Magenta #C71FD3

Color information

#C71FD3 (or 0xC71FD3) is unknown color: approx Deep Magenta. HEX triplet: C7, 1F and D3. RGB value is (199,31,211). Sum of RGB (Red+Green+Blue) = 199+31+211=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 211 - color contains mainly: blue. Hex color #C71FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FD3 is #38E02C. Grayscale: #656565. Windows color (decimal): -3727405 or 13836231. OLE color: 13836231.

HSL color Cylindrical-coordinate representation of color #C71FD3: hue angle of 296º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71FD3 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19931211-
CMYK0.060.8500.17
HSL296º74.38%47.45%-
HSV(B)296º85.31%82.75%-
XYZ35.817.8363.18-
YUV101.75189.66197.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 31 (12.5% from 255) = 7.03%
BLUE value IS 211 (82.81% from 255) = 47.85%
R=45.12%
G=7.03%
B=47.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal199312110.060.8500.1729674.3847.45
HexC71FD36550111284a2f
Octal30737323612502145011257
Binary11000111111111101001111010101010100011001010001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71FD3; }

 p { color: rgb(199,31,211); }

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

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

 a { background-color: rgb(199,31,211); }

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

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

 span { border-color: rgb(199,31,211); }

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