Shades of Deep Magenta #C703BD
Tints of Deep Magenta #C703BD
RGB
CMYK
RGB Variations
Color information
#C703BD (or 0xC703BD) is known color: Deep Magenta. HEX triplet: C7, 03 and BD. RGB value is (199,3,189). Sum of RGB (Red+Green+Blue) = 199+3+189=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C703BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703BD is #38FC42. Grayscale: #525252. Windows color (decimal): -3734595 or 12387271. OLE color: 12387271.
HSL color Cylindrical-coordinate representation of color #C703BD: hue angle of 303.06º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C703BD is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 189 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.22 |
| HSL | 303.06º | 0.97% | 0.4% | - |
| HSV(B) | 303.06º | 0.98% | 0.78% | - |
| XYZ | 32.77 | 15.88 | 49.48 | - |
| YUV | 82.81 | 187.93 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 189 | 0 | 0.98 | 0.05 | 0.22 | 303.06 | 0.97 | 0.4 |
| Hex | C7 | 3 | BD | 0 | 62 | 5 | 16 | 12F | 61 | 28 |
| Octal | 307 | 3 | 275 | 0 | 142 | 5 | 26 | 457 | 141 | 50 |
| Binary | 11000111 | 11 | 10111101 | 0 | 1100010 | 101 | 10110 | 100101111 | 1100001 | 101000 |
Color Harmonies of #C703BD
Complementary color
Monochromatic Colors of #C703BD
Black with #C703BD
Text Example
Text Example
White with #C703BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703BD; }
p { color: rgb(199,3,189); }
H1.HeaderClassName
{
color: #C703BD;
}
.AnyTagClassName
{
color: #C703BD;
}
</style>
background-color css
<style>
a { background-color: #C703BD; }
a { background-color: rgb(199,3,189); }
div.DivClassName
{
background-color: #C703BD;
}
.BgClassName
{
background-color: #C703BD;
}
</style>
border-color css
<style>
span { border-color: #C703BD; }
span { border-color: rgb(199,3,189); }
td.TdClassName
{
border-color: #C703BD;
}
.TagClassName
{
border-color: #C703BD;
}
</style>