Shades of Deep Magenta #C701BC
Tints of Deep Magenta #C701BC
RGB
CMYK
RGB Variations
Color information
#C701BC (or 0xC701BC) is known color: Deep Magenta. HEX triplet: C7, 01 and BC. RGB value is (199,1,188). Sum of RGB (Red+Green+Blue) = 199+1+188=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C701BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701BC is #38FE43. Grayscale: #505050. Windows color (decimal): -3735108 or 12321223. OLE color: 12321223.
HSL color Cylindrical-coordinate representation of color #C701BC: hue angle of 303.33º 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 #C701BC is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 188 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.22 |
| HSL | 303.33º | 0.99% | 0.39% | - |
| HSV(B) | 303.33º | 0.99% | 0.78% | - |
| XYZ | 32.64 | 15.79 | 48.91 | - |
| YUV | 81.52 | 188.1 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 188 | 0 | 0.99 | 0.06 | 0.22 | 303.33 | 0.99 | 0.39 |
| Hex | C7 | 1 | BC | 0 | 63 | 6 | 16 | 12F | 63 | 27 |
| Octal | 307 | 1 | 274 | 0 | 143 | 6 | 26 | 457 | 143 | 47 |
| Binary | 11000111 | 1 | 10111100 | 0 | 1100011 | 110 | 10110 | 100101111 | 1100011 | 100111 |
Color Harmonies of #C701BC
Complementary color
Monochromatic Colors of #C701BC
Black with #C701BC
Text Example
Text Example
White with #C701BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701BC; }
p { color: rgb(199,1,188); }
H1.HeaderClassName
{
color: #C701BC;
}
.AnyTagClassName
{
color: #C701BC;
}
</style>
background-color css
<style>
a { background-color: #C701BC; }
a { background-color: rgb(199,1,188); }
div.DivClassName
{
background-color: #C701BC;
}
.BgClassName
{
background-color: #C701BC;
}
</style>
border-color css
<style>
span { border-color: #C701BC; }
span { border-color: rgb(199,1,188); }
td.TdClassName
{
border-color: #C701BC;
}
.TagClassName
{
border-color: #C701BC;
}
</style>