Shades of Deep Magenta #C70BD3
Tints of Deep Magenta #C70BD3
RGB
CMYK
RGB Variations
Color information
#C70BD3 (or 0xC70BD3) is known color: Deep Magenta. HEX triplet: C7, 0B and D3. RGB value is (199,11,211). Sum of RGB (Red+Green+Blue) = 199+11+211=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #C70BD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70BD3 is #38F42C. Grayscale: #595959. Windows color (decimal): -3732525 or 13831111. OLE color: 13831111.
HSL color Cylindrical-coordinate representation of color #C70BD3: hue angle of 296.4º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BD3 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 11 | 211 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.17 |
| HSL | 296.4º | 0.9% | 0.44% | - |
| HSV(B) | 296.4º | 0.95% | 0.83% | - |
| XYZ | 35.43 | 17.08 | 63.06 | - |
| YUV | 90.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 211 | 0.06 | 0.95 | 0 | 0.17 | 296.4 | 0.9 | 0.44 |
| Hex | C7 | B | D3 | 6 | 5F | 0 | 11 | 128 | 5A | 2C |
| Octal | 307 | 13 | 323 | 6 | 137 | 0 | 21 | 450 | 132 | 54 |
| Binary | 11000111 | 1011 | 11010011 | 110 | 1011111 | 0 | 10001 | 100101000 | 1011010 | 101100 |
Color Harmonies of #C70BD3
Complementary color
Monochromatic Colors of #C70BD3
Black with #C70BD3
Text Example
Text Example
White with #C70BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BD3; }
p { color: rgb(199,11,211); }
H1.HeaderClassName
{
color: #C70BD3;
}
.AnyTagClassName
{
color: #C70BD3;
}
</style>
background-color css
<style>
a { background-color: #C70BD3; }
a { background-color: rgb(199,11,211); }
div.DivClassName
{
background-color: #C70BD3;
}
.BgClassName
{
background-color: #C70BD3;
}
</style>
border-color css
<style>
span { border-color: #C70BD3; }
span { border-color: rgb(199,11,211); }
td.TdClassName
{
border-color: #C70BD3;
}
.TagClassName
{
border-color: #C70BD3;
}
</style>