Shades of Deep Magenta #C301DF
Tints of Deep Magenta #C301DF
RGB
CMYK
RGB Variations
Color information
#C301DF (or 0xC301DF) is known color: Deep Magenta. HEX triplet: C3, 01 and DF. RGB value is (195,1,223). Sum of RGB (Red+Green+Blue) = 195+1+223=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #C301DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301DF is #3CFE20. Grayscale: #535353. Windows color (decimal): -3997217 or 14614979. OLE color: 14614979.
HSL color Cylindrical-coordinate representation of color #C301DF: hue angle of 292.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301DF is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 1 | 223 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.13 |
| HSL | 292.43º | 0.99% | 0.44% | - |
| HSV(B) | 292.43º | 1% | 0.87% | - |
| XYZ | 35.84 | 16.95 | 71.2 | - |
| YUV | 84.31 | 206.27 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 223 | 0.13 | 1.00 | 0 | 0.13 | 292.43 | 0.99 | 0.44 |
| Hex | C3 | 1 | DF | D | 64 | 0 | D | 124 | 63 | 2C |
| Octal | 303 | 1 | 337 | 15 | 144 | 0 | 15 | 444 | 143 | 54 |
| Binary | 11000011 | 1 | 11011111 | 1101 | 1100100 | 0 | 1101 | 100100100 | 1100011 | 101100 |
Color Harmonies of #C301DF
Complementary color
Monochromatic Colors of #C301DF
Black with #C301DF
Text Example
Text Example
White with #C301DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301DF; }
p { color: rgb(195,1,223); }
H1.HeaderClassName
{
color: #C301DF;
}
.AnyTagClassName
{
color: #C301DF;
}
</style>
background-color css
<style>
a { background-color: #C301DF; }
a { background-color: rgb(195,1,223); }
div.DivClassName
{
background-color: #C301DF;
}
.BgClassName
{
background-color: #C301DF;
}
</style>
border-color css
<style>
span { border-color: #C301DF; }
span { border-color: rgb(195,1,223); }
td.TdClassName
{
border-color: #C301DF;
}
.TagClassName
{
border-color: #C301DF;
}
</style>