Shades of Deep Magenta #C00FDD
Tints of Deep Magenta #C00FDD
RGB
CMYK
RGB Variations
Color information
#C00FDD (or 0xC00FDD) is known color: Deep Magenta. HEX triplet: C0, 0F and DD. RGB value is (192,15,221). Sum of RGB (Red+Green+Blue) = 192+15+221=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #C00FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FDD is #3FF022. Grayscale: #5A5A5A. Windows color (decimal): -4190243 or 14487488. OLE color: 14487488.
HSL color Cylindrical-coordinate representation of color #C00FDD: hue angle of 291.55º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FDD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 15 | 221 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.13 |
| HSL | 291.55º | 0.87% | 0.46% | - |
| HSV(B) | 291.55º | 0.93% | 0.87% | - |
| XYZ | 34.96 | 16.77 | 69.8 | - |
| YUV | 91.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 221 | 0.13 | 0.93 | 0 | 0.13 | 291.55 | 0.87 | 0.46 |
| Hex | C0 | F | DD | D | 5D | 0 | D | 124 | 57 | 2E |
| Octal | 300 | 17 | 335 | 15 | 135 | 0 | 15 | 444 | 127 | 56 |
| Binary | 11000000 | 1111 | 11011101 | 1101 | 1011101 | 0 | 1101 | 100100100 | 1010111 | 101110 |
Color Harmonies of #C00FDD
Complementary color
Monochromatic Colors of #C00FDD
Black with #C00FDD
Text Example
Text Example
White with #C00FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FDD; }
p { color: rgb(192,15,221); }
H1.HeaderClassName
{
color: #C00FDD;
}
.AnyTagClassName
{
color: #C00FDD;
}
</style>
background-color css
<style>
a { background-color: #C00FDD; }
a { background-color: rgb(192,15,221); }
div.DivClassName
{
background-color: #C00FDD;
}
.BgClassName
{
background-color: #C00FDD;
}
</style>
border-color css
<style>
span { border-color: #C00FDD; }
span { border-color: rgb(192,15,221); }
td.TdClassName
{
border-color: #C00FDD;
}
.TagClassName
{
border-color: #C00FDD;
}
</style>