Shades of Deep Magenta #C701C1
Tints of Deep Magenta #C701C1
RGB
CMYK
RGB Variations
Color information
#C701C1 (or 0xC701C1) is known color: Deep Magenta. HEX triplet: C7, 01 and C1. RGB value is (199,1,193). Sum of RGB (Red+Green+Blue) = 199+1+193=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C701C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701C1 is #38FE3E. Grayscale: #515151. Windows color (decimal): -3735103 or 12648903. OLE color: 12648903.
HSL color Cylindrical-coordinate representation of color #C701C1: hue angle of 301.82º 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 #C701C1 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 193 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.22 |
| HSL | 301.82º | 0.99% | 0.39% | - |
| HSV(B) | 301.82º | 0.99% | 0.78% | - |
| XYZ | 33.19 | 16.01 | 51.79 | - |
| YUV | 82.09 | 190.6 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 193 | 0 | 0.99 | 0.03 | 0.22 | 301.82 | 0.99 | 0.39 |
| Hex | C7 | 1 | C1 | 0 | 63 | 3 | 16 | 12E | 63 | 27 |
| Octal | 307 | 1 | 301 | 0 | 143 | 3 | 26 | 456 | 143 | 47 |
| Binary | 11000111 | 1 | 11000001 | 0 | 1100011 | 11 | 10110 | 100101110 | 1100011 | 100111 |
Color Harmonies of #C701C1
Complementary color
Monochromatic Colors of #C701C1
Black with #C701C1
Text Example
Text Example
White with #C701C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701C1; }
p { color: rgb(199,1,193); }
H1.HeaderClassName
{
color: #C701C1;
}
.AnyTagClassName
{
color: #C701C1;
}
</style>
background-color css
<style>
a { background-color: #C701C1; }
a { background-color: rgb(199,1,193); }
div.DivClassName
{
background-color: #C701C1;
}
.BgClassName
{
background-color: #C701C1;
}
</style>
border-color css
<style>
span { border-color: #C701C1; }
span { border-color: rgb(199,1,193); }
td.TdClassName
{
border-color: #C701C1;
}
.TagClassName
{
border-color: #C701C1;
}
</style>