#C71DE5

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

Shades of Deep Magenta #C71DE5

Tints of Deep Magenta #C71DE5

Color information

#C71DE5 (or 0xC71DE5) is unknown color: approx Deep Magenta. HEX triplet: C7, 1D and E5. RGB value is (199,29,229). Sum of RGB (Red+Green+Blue) = 199+29+229=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #C71DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DE5 is #38E21A. Grayscale: #666666. Windows color (decimal): -3727899 or 15015367. OLE color: 15015367.

HSL color Cylindrical-coordinate representation of color #C71DE5: hue angle of 291º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71DE5 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19929229-
CMYK0.130.8700.10
HSL291º79.37%50.59%-
HSV(B)291º87.34%89.8%-
XYZ38.1418.6875.72-
YUV102.63199.32196.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 29 (11.72% from 255) = 6.35%
BLUE value IS 229 (89.84% from 255) = 50.11%
R=43.54%
G=6.35%
B=50.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal199292290.130.8700.1029179.3750.59
HexC71DE5D570A1234f33
Octal307353451512701244311763
Binary11000111111011110010111011010111010101001000111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71DE5; }

 p { color: rgb(199,29,229); }

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

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

 a { background-color: rgb(199,29,229); }

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

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

 span { border-color: rgb(199,29,229); }

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