Shades of Deep Magenta #C703B6
Tints of Deep Magenta #C703B6
RGB
CMYK
RGB Variations
Color information
#C703B6 (or 0xC703B6) is known color: Deep Magenta. HEX triplet: C7, 03 and B6. RGB value is (199,3,182). Sum of RGB (Red+Green+Blue) = 199+3+182=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C703B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C703B6 is #38FC49. Grayscale: #515151. Windows color (decimal): -3734602 or 11928519. OLE color: 11928519.
HSL color Cylindrical-coordinate representation of color #C703B6: hue angle of 305.2º 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 #C703B6 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 182 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.22 |
| HSL | 305.2º | 0.97% | 0.4% | - |
| HSV(B) | 305.2º | 0.98% | 0.78% | - |
| XYZ | 32.03 | 15.58 | 45.58 | - |
| YUV | 82.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 182 | 0 | 0.98 | 0.09 | 0.22 | 305.2 | 0.97 | 0.4 |
| Hex | C7 | 3 | B6 | 0 | 62 | 9 | 16 | 131 | 61 | 28 |
| Octal | 307 | 3 | 266 | 0 | 142 | 11 | 26 | 461 | 141 | 50 |
| Binary | 11000111 | 11 | 10110110 | 0 | 1100010 | 1001 | 10110 | 100110001 | 1100001 | 101000 |
Color Harmonies of #C703B6
Complementary color
Monochromatic Colors of #C703B6
Black with #C703B6
Text Example
Text Example
White with #C703B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703B6; }
p { color: rgb(199,3,182); }
H1.HeaderClassName
{
color: #C703B6;
}
.AnyTagClassName
{
color: #C703B6;
}
</style>
background-color css
<style>
a { background-color: #C703B6; }
a { background-color: rgb(199,3,182); }
div.DivClassName
{
background-color: #C703B6;
}
.BgClassName
{
background-color: #C703B6;
}
</style>
border-color css
<style>
span { border-color: #C703B6; }
span { border-color: rgb(199,3,182); }
td.TdClassName
{
border-color: #C703B6;
}
.TagClassName
{
border-color: #C703B6;
}
</style>