Shades of Deep Magenta #C71BCB
Tints of Deep Magenta #C71BCB
RGB
CMYK
RGB Variations
Color information
#C71BCB (or 0xC71BCB) is known color: Deep Magenta. HEX triplet: C7, 1B and CB. RGB value is (199,27,203). Sum of RGB (Red+Green+Blue) = 199+27+203=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #C71BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BCB is #38E434. Grayscale: #616161. Windows color (decimal): -3728437 or 13310919. OLE color: 13310919.
HSL color Cylindrical-coordinate representation of color #C71BCB: hue angle of 298.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71BCB is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 27 | 203 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.20 |
| HSL | 298.64º | 0.77% | 0.45% | - |
| HSV(B) | 298.64º | 0.87% | 0.8% | - |
| XYZ | 34.72 | 17.24 | 58 | - |
| YUV | 98.49 | 186.98 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 203 | 0.02 | 0.87 | 0 | 0.20 | 298.64 | 0.77 | 0.45 |
| Hex | C7 | 1B | CB | 2 | 57 | 0 | 14 | 12B | 4D | 2D |
| Octal | 307 | 33 | 313 | 2 | 127 | 0 | 24 | 453 | 115 | 55 |
| Binary | 11000111 | 11011 | 11001011 | 10 | 1010111 | 0 | 10100 | 100101011 | 1001101 | 101101 |
Color Harmonies of #C71BCB
Complementary color
Monochromatic Colors of #C71BCB
Black with #C71BCB
Text Example
Text Example
White with #C71BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BCB; }
p { color: rgb(199,27,203); }
H1.HeaderClassName
{
color: #C71BCB;
}
.AnyTagClassName
{
color: #C71BCB;
}
</style>
background-color css
<style>
a { background-color: #C71BCB; }
a { background-color: rgb(199,27,203); }
div.DivClassName
{
background-color: #C71BCB;
}
.BgClassName
{
background-color: #C71BCB;
}
</style>
border-color css
<style>
span { border-color: #C71BCB; }
span { border-color: rgb(199,27,203); }
td.TdClassName
{
border-color: #C71BCB;
}
.TagClassName
{
border-color: #C71BCB;
}
</style>