#C71FBE

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

Shades of Deep Magenta #C71FBE

Tints of Deep Magenta #C71FBE

Color information

#C71FBE (or 0xC71FBE) is unknown color: approx Deep Magenta. HEX triplet: C7, 1F and BE. RGB value is (199,31,190). Sum of RGB (Red+Green+Blue) = 199+31+190=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FBE is #38E041. Grayscale: #626262. Windows color (decimal): -3727426 or 12459975. OLE color: 12459975.

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

Color convert

RGB19931190-
CMYK00.840.050.22
HSL303.21º73.04%45.1%-
HSV(B)303.21º84.42%78.04%-
XYZ33.3416.8450.21-
YUV99.36179.16199.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 31 (12.5% from 255) = 7.38%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=47.38%
G=7.38%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993119000.840.050.22303.2173.0445.1
HexC71FBE05451612f492d
Octal30737276012452645711155
Binary11000111111111011111001010100101101101001011111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71FBE; }

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

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

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

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

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

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

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

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