Shades of Deep Magenta #C00FDF
Tints of Deep Magenta #C00FDF
RGB
CMYK
RGB Variations
Color information
#C00FDF (or 0xC00FDF) is known color: Deep Magenta. HEX triplet: C0, 0F and DF. RGB value is (192,15,223). Sum of RGB (Red+Green+Blue) = 192+15+223=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #C00FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FDF is #3FF020. Grayscale: #5A5A5A. Windows color (decimal): -4190241 or 14618560. OLE color: 14618560.
HSL color Cylindrical-coordinate representation of color #C00FDF: hue angle of 291.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FDF is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 15 | 223 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.13 |
| HSL | 291.06º | 0.87% | 0.47% | - |
| HSV(B) | 291.06º | 0.93% | 0.87% | - |
| XYZ | 35.23 | 16.88 | 71.21 | - |
| YUV | 91.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 223 | 0.14 | 0.93 | 0 | 0.13 | 291.06 | 0.87 | 0.47 |
| Hex | C0 | F | DF | E | 5D | 0 | D | 123 | 57 | 2F |
| Octal | 300 | 17 | 337 | 16 | 135 | 0 | 15 | 443 | 127 | 57 |
| Binary | 11000000 | 1111 | 11011111 | 1110 | 1011101 | 0 | 1101 | 100100011 | 1010111 | 101111 |
Color Harmonies of #C00FDF
Complementary color
Monochromatic Colors of #C00FDF
Black with #C00FDF
Text Example
Text Example
White with #C00FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FDF; }
p { color: rgb(192,15,223); }
H1.HeaderClassName
{
color: #C00FDF;
}
.AnyTagClassName
{
color: #C00FDF;
}
</style>
background-color css
<style>
a { background-color: #C00FDF; }
a { background-color: rgb(192,15,223); }
div.DivClassName
{
background-color: #C00FDF;
}
.BgClassName
{
background-color: #C00FDF;
}
</style>
border-color css
<style>
span { border-color: #C00FDF; }
span { border-color: rgb(192,15,223); }
td.TdClassName
{
border-color: #C00FDF;
}
.TagClassName
{
border-color: #C00FDF;
}
</style>