#C71BBD

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

Shades of Deep Magenta #C71BBD

Tints of Deep Magenta #C71BBD

Color information

#C71BBD (or 0xC71BBD) is unknown color: approx Deep Magenta. HEX triplet: C7, 1B and BD. RGB value is (199,27,189). Sum of RGB (Red+Green+Blue) = 199+27+189=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BBD is #38E442. Grayscale: #606060. Windows color (decimal): -3728451 or 12393415. OLE color: 12393415.

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

Color convert

RGB19927189-
CMYK00.860.050.22
HSL303.49º76.11%44.31%-
HSV(B)303.49º86.43%78.04%-
XYZ33.1316.649.6-
YUV96.9179.98200.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 27 (10.94% from 255) = 6.51%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=47.95%
G=6.51%
B=45.54%

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
Decimal1992718900.860.050.22303.4976.1144.31
HexC71BBD05651612f4c2c
Octal30733275012652645711454
Binary11000111110111011110101010110101101101001011111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71BBD; }

 p { color: rgb(199,27,189); }

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

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

 a { background-color: rgb(199,27,189); }

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

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

 span { border-color: rgb(199,27,189); }

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