Shades of Deep Magenta #C701BE
Tints of Deep Magenta #C701BE
RGB
CMYK
RGB Variations
Color information
#C701BE (or 0xC701BE) is known color: Deep Magenta. HEX triplet: C7, 01 and BE. RGB value is (199,1,190). Sum of RGB (Red+Green+Blue) = 199+1+190=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C701BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701BE is #38FE41. Grayscale: #515151. Windows color (decimal): -3735106 or 12452295. OLE color: 12452295.
HSL color Cylindrical-coordinate representation of color #C701BE: hue angle of 302.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C701BE is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 190 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.22 |
| HSL | 302.73º | 0.99% | 0.39% | - |
| HSV(B) | 302.73º | 0.99% | 0.78% | - |
| XYZ | 32.86 | 15.88 | 50.05 | - |
| YUV | 81.75 | 189.1 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 190 | 0 | 0.99 | 0.05 | 0.22 | 302.73 | 0.99 | 0.39 |
| Hex | C7 | 1 | BE | 0 | 63 | 5 | 16 | 12F | 63 | 27 |
| Octal | 307 | 1 | 276 | 0 | 143 | 5 | 26 | 457 | 143 | 47 |
| Binary | 11000111 | 1 | 10111110 | 0 | 1100011 | 101 | 10110 | 100101111 | 1100011 | 100111 |
Color Harmonies of #C701BE
Complementary color
Monochromatic Colors of #C701BE
Black with #C701BE
Text Example
Text Example
White with #C701BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701BE; }
p { color: rgb(199,1,190); }
H1.HeaderClassName
{
color: #C701BE;
}
.AnyTagClassName
{
color: #C701BE;
}
</style>
background-color css
<style>
a { background-color: #C701BE; }
a { background-color: rgb(199,1,190); }
div.DivClassName
{
background-color: #C701BE;
}
.BgClassName
{
background-color: #C701BE;
}
</style>
border-color css
<style>
span { border-color: #C701BE; }
span { border-color: rgb(199,1,190); }
td.TdClassName
{
border-color: #C701BE;
}
.TagClassName
{
border-color: #C701BE;
}
</style>