Shades of Deep Magenta #C70CDE
Tints of Deep Magenta #C70CDE
RGB
CMYK
RGB Variations
Color information
#C70CDE (or 0xC70CDE) is known color: Deep Magenta. HEX triplet: C7, 0C and DE. RGB value is (199,12,222). Sum of RGB (Red+Green+Blue) = 199+12+222=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #C70CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CDE is #38F321. Grayscale: #5B5B5B. Windows color (decimal): -3732258 or 14552263. OLE color: 14552263.
HSL color Cylindrical-coordinate representation of color #C70CDE: hue angle of 293.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70CDE is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 12 | 222 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.13 |
| HSL | 293.43º | 0.9% | 0.46% | - |
| HSV(B) | 293.43º | 0.95% | 0.87% | - |
| XYZ | 36.87 | 17.68 | 70.58 | - |
| YUV | 91.85 | 201.45 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 222 | 0.10 | 0.95 | 0 | 0.13 | 293.43 | 0.9 | 0.46 |
| Hex | C7 | C | DE | A | 5F | 0 | D | 125 | 5A | 2E |
| Octal | 307 | 14 | 336 | 12 | 137 | 0 | 15 | 445 | 132 | 56 |
| Binary | 11000111 | 1100 | 11011110 | 1010 | 1011111 | 0 | 1101 | 100100101 | 1011010 | 101110 |
Color Harmonies of #C70CDE
Complementary color
Monochromatic Colors of #C70CDE
Black with #C70CDE
Text Example
Text Example
White with #C70CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CDE; }
p { color: rgb(199,12,222); }
H1.HeaderClassName
{
color: #C70CDE;
}
.AnyTagClassName
{
color: #C70CDE;
}
</style>
background-color css
<style>
a { background-color: #C70CDE; }
a { background-color: rgb(199,12,222); }
div.DivClassName
{
background-color: #C70CDE;
}
.BgClassName
{
background-color: #C70CDE;
}
</style>
border-color css
<style>
span { border-color: #C70CDE; }
span { border-color: rgb(199,12,222); }
td.TdClassName
{
border-color: #C70CDE;
}
.TagClassName
{
border-color: #C70CDE;
}
</style>