Shades of Deep Magenta #C70CDB
Tints of Deep Magenta #C70CDB
RGB
CMYK
RGB Variations
Color information
#C70CDB (or 0xC70CDB) is known color: Deep Magenta. HEX triplet: C7, 0C and DB. RGB value is (199,12,219). Sum of RGB (Red+Green+Blue) = 199+12+219=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #C70CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CDB is #38F324. Grayscale: #5A5A5A. Windows color (decimal): -3732261 or 14355655. OLE color: 14355655.
HSL color Cylindrical-coordinate representation of color #C70CDB: hue angle of 294.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CDB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 12 | 219 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.14 |
| HSL | 294.2º | 0.9% | 0.45% | - |
| HSV(B) | 294.2º | 0.95% | 0.86% | - |
| XYZ | 36.47 | 17.52 | 68.48 | - |
| YUV | 91.51 | 199.95 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 219 | 0.09 | 0.95 | 0 | 0.14 | 294.2 | 0.9 | 0.45 |
| Hex | C7 | C | DB | 9 | 5F | 0 | E | 126 | 5A | 2D |
| Octal | 307 | 14 | 333 | 11 | 137 | 0 | 16 | 446 | 132 | 55 |
| Binary | 11000111 | 1100 | 11011011 | 1001 | 1011111 | 0 | 1110 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C70CDB
Complementary color
Monochromatic Colors of #C70CDB
Black with #C70CDB
Text Example
Text Example
White with #C70CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CDB; }
p { color: rgb(199,12,219); }
H1.HeaderClassName
{
color: #C70CDB;
}
.AnyTagClassName
{
color: #C70CDB;
}
</style>
background-color css
<style>
a { background-color: #C70CDB; }
a { background-color: rgb(199,12,219); }
div.DivClassName
{
background-color: #C70CDB;
}
.BgClassName
{
background-color: #C70CDB;
}
</style>
border-color css
<style>
span { border-color: #C70CDB; }
span { border-color: rgb(199,12,219); }
td.TdClassName
{
border-color: #C70CDB;
}
.TagClassName
{
border-color: #C70CDB;
}
</style>