Shades of Deep Magenta #C701B5
Tints of Deep Magenta #C701B5
RGB
CMYK
RGB Variations
Color information
#C701B5 (or 0xC701B5) is known color: Deep Magenta. HEX triplet: C7, 01 and B5. RGB value is (199,1,181). Sum of RGB (Red+Green+Blue) = 199+1+181=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C701B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C701B5 is #38FE4A. Grayscale: #505050. Windows color (decimal): -3735115 or 11862471. OLE color: 11862471.
HSL color Cylindrical-coordinate representation of color #C701B5: hue angle of 305.45º 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 #C701B5 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 181 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.22 |
| HSL | 305.45º | 0.99% | 0.39% | - |
| HSV(B) | 305.45º | 0.99% | 0.78% | - |
| XYZ | 31.9 | 15.5 | 45.03 | - |
| YUV | 80.72 | 184.6 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 181 | 0 | 0.99 | 0.09 | 0.22 | 305.45 | 0.99 | 0.39 |
| Hex | C7 | 1 | B5 | 0 | 63 | 9 | 16 | 131 | 63 | 27 |
| Octal | 307 | 1 | 265 | 0 | 143 | 11 | 26 | 461 | 143 | 47 |
| Binary | 11000111 | 1 | 10110101 | 0 | 1100011 | 1001 | 10110 | 100110001 | 1100011 | 100111 |
Color Harmonies of #C701B5
Complementary color
Monochromatic Colors of #C701B5
Black with #C701B5
Text Example
Text Example
White with #C701B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701B5; }
p { color: rgb(199,1,181); }
H1.HeaderClassName
{
color: #C701B5;
}
.AnyTagClassName
{
color: #C701B5;
}
</style>
background-color css
<style>
a { background-color: #C701B5; }
a { background-color: rgb(199,1,181); }
div.DivClassName
{
background-color: #C701B5;
}
.BgClassName
{
background-color: #C701B5;
}
</style>
border-color css
<style>
span { border-color: #C701B5; }
span { border-color: rgb(199,1,181); }
td.TdClassName
{
border-color: #C701B5;
}
.TagClassName
{
border-color: #C701B5;
}
</style>