Shades of Deep Magenta #C702BA
Tints of Deep Magenta #C702BA
RGB
CMYK
RGB Variations
Color information
#C702BA (or 0xC702BA) is known color: Deep Magenta. HEX triplet: C7, 02 and BA. RGB value is (199,2,186). Sum of RGB (Red+Green+Blue) = 199+2+186=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C702BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C702BA is #38FD45. Grayscale: #515151. Windows color (decimal): -3734854 or 12190407. OLE color: 12190407.
HSL color Cylindrical-coordinate representation of color #C702BA: hue angle of 303.96º degrees, saturation: 0.98, 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 #C702BA is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.22 |
| HSL | 303.96º | 0.98% | 0.39% | - |
| HSV(B) | 303.96º | 0.99% | 0.78% | - |
| XYZ | 32.44 | 15.73 | 47.78 | - |
| YUV | 81.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 186 | 0 | 0.99 | 0.07 | 0.22 | 303.96 | 0.98 | 0.39 |
| Hex | C7 | 2 | BA | 0 | 63 | 7 | 16 | 130 | 62 | 27 |
| Octal | 307 | 2 | 272 | 0 | 143 | 7 | 26 | 460 | 142 | 47 |
| Binary | 11000111 | 10 | 10111010 | 0 | 1100011 | 111 | 10110 | 100110000 | 1100010 | 100111 |
Color Harmonies of #C702BA
Complementary color
Monochromatic Colors of #C702BA
Black with #C702BA
Text Example
Text Example
White with #C702BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702BA; }
p { color: rgb(199,2,186); }
H1.HeaderClassName
{
color: #C702BA;
}
.AnyTagClassName
{
color: #C702BA;
}
</style>
background-color css
<style>
a { background-color: #C702BA; }
a { background-color: rgb(199,2,186); }
div.DivClassName
{
background-color: #C702BA;
}
.BgClassName
{
background-color: #C702BA;
}
</style>
border-color css
<style>
span { border-color: #C702BA; }
span { border-color: rgb(199,2,186); }
td.TdClassName
{
border-color: #C702BA;
}
.TagClassName
{
border-color: #C702BA;
}
</style>