#C71CBE

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

Shades of Deep Magenta #C71CBE

Tints of Deep Magenta #C71CBE

Color information

#C71CBE (or 0xC71CBE) is unknown color: approx Deep Magenta. HEX triplet: C7, 1C and BE. RGB value is (199,28,190). Sum of RGB (Red+Green+Blue) = 199+28+190=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C71CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CBE is #38E341. Grayscale: #616161. Windows color (decimal): -3728194 or 12459207. OLE color: 12459207.

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

Color convert

RGB19928190-
CMYK00.860.050.22
HSL303.16º75.33%44.51%-
HSV(B)303.16º85.93%78.04%-
XYZ33.2616.6950.18-
YUV97.6180.15200.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 28 (11.33% from 255) = 6.71%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=47.72%
G=6.71%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992819000.860.050.22303.1675.3344.51
HexC71CBE05651612f4b2d
Octal30734276012652645711355
Binary11000111111001011111001010110101101101001011111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71CBE; }

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

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

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

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

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

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

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

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