#C71EB6

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

Shades of Deep Magenta #C71EB6

Tints of Deep Magenta #C71EB6

Color information

#C71EB6 (or 0xC71EB6) is unknown color: approx Deep Magenta. HEX triplet: C7, 1E and B6. RGB value is (199,30,182). Sum of RGB (Red+Green+Blue) = 199+30+182=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EB6 is #38E149. Grayscale: #616161. Windows color (decimal): -3727690 or 11935431. OLE color: 11935431.

HSL color Cylindrical-coordinate representation of color #C71EB6: hue angle of 306.04º 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 #C71EB6 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB19930182-
CMYK00.850.090.22
HSL306.04º73.8%44.9%-
HSV(B)306.04º84.92%78.04%-
XYZ32.4616.4545.72-
YUV97.86175.49200.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 30 (12.11% from 255) = 7.30%
BLUE value IS 182 (71.48% from 255) = 44.28%
R=48.42%
G=7.30%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993018200.850.090.22306.0473.844.9
HexC71EB60559161324a2d
Octal307362660125112646211255
Binary110001111111010110110010101011001101101001100101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71EB6; }

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

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

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

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

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

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

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

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