Shades of Deep Magenta #D700C3
Tints of Deep Magenta #D700C3
RGB
CMYK
RGB Variations
Color information
#D700C3 (or 0xD700C3) is known color: Deep Magenta. HEX triplet: D7, 00 and C3. RGB value is (215,0,195). Sum of RGB (Red+Green+Blue) = 215+0+195=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D700C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700C3 is #28FF3C. Grayscale: #555555. Windows color (decimal): -2686781 or 12779735. OLE color: 12779735.
HSL color Cylindrical-coordinate representation of color #D700C3: hue angle of 305.58º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700C3 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 195 | - |
| CMYK | 0 | 1 | 0.09 | 0.16 |
| HSL | 305.58º | 1% | 0.42% | - |
| HSV(B) | 305.58º | 1% | 0.84% | - |
| XYZ | 37.87 | 18.39 | 53.18 | - |
| YUV | 86.52 | 189.23 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 195 | 0 | 1 | 0.09 | 0.16 | 305.58 | 1 | 0.42 |
| Hex | D7 | 0 | C3 | 0 | 64 | 9 | 10 | 132 | 64 | 2A |
| Octal | 327 | 0 | 303 | 0 | 144 | 11 | 20 | 462 | 144 | 52 |
| Binary | 11010111 | 0 | 11000011 | 0 | 1100100 | 1001 | 10000 | 100110010 | 1100100 | 101010 |
Color Harmonies of #D700C3
Complementary color
Monochromatic Colors of #D700C3
Black with #D700C3
Text Example
Text Example
White with #D700C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700C3; }
p { color: rgb(215,0,195); }
H1.HeaderClassName
{
color: #D700C3;
}
.AnyTagClassName
{
color: #D700C3;
}
</style>
background-color css
<style>
a { background-color: #D700C3; }
a { background-color: rgb(215,0,195); }
div.DivClassName
{
background-color: #D700C3;
}
.BgClassName
{
background-color: #D700C3;
}
</style>
border-color css
<style>
span { border-color: #D700C3; }
span { border-color: rgb(215,0,195); }
td.TdClassName
{
border-color: #D700C3;
}
.TagClassName
{
border-color: #D700C3;
}
</style>