Shades of Deep Magenta #C701B2
Tints of Deep Magenta #C701B2
RGB
CMYK
RGB Variations
Color information
#C701B2 (or 0xC701B2) is known color: Deep Magenta. HEX triplet: C7, 01 and B2. RGB value is (199,1,178). Sum of RGB (Red+Green+Blue) = 199+1+178=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C701B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C701B2 is #38FE4D. Grayscale: #4F4F4F. Windows color (decimal): -3735118 or 11665863. OLE color: 11665863.
HSL color Cylindrical-coordinate representation of color #C701B2: hue angle of 306.36º 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 #C701B2 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 178 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.22 |
| HSL | 306.36º | 0.99% | 0.39% | - |
| HSV(B) | 306.36º | 0.99% | 0.78% | - |
| XYZ | 31.6 | 15.38 | 43.42 | - |
| YUV | 80.38 | 183.1 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 178 | 0 | 0.99 | 0.11 | 0.22 | 306.36 | 0.99 | 0.39 |
| Hex | C7 | 1 | B2 | 0 | 63 | B | 16 | 132 | 63 | 27 |
| Octal | 307 | 1 | 262 | 0 | 143 | 13 | 26 | 462 | 143 | 47 |
| Binary | 11000111 | 1 | 10110010 | 0 | 1100011 | 1011 | 10110 | 100110010 | 1100011 | 100111 |
Color Harmonies of #C701B2
Complementary color
Monochromatic Colors of #C701B2
Black with #C701B2
Text Example
Text Example
White with #C701B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701B2; }
p { color: rgb(199,1,178); }
H1.HeaderClassName
{
color: #C701B2;
}
.AnyTagClassName
{
color: #C701B2;
}
</style>
background-color css
<style>
a { background-color: #C701B2; }
a { background-color: rgb(199,1,178); }
div.DivClassName
{
background-color: #C701B2;
}
.BgClassName
{
background-color: #C701B2;
}
</style>
border-color css
<style>
span { border-color: #C701B2; }
span { border-color: rgb(199,1,178); }
td.TdClassName
{
border-color: #C701B2;
}
.TagClassName
{
border-color: #C701B2;
}
</style>