Shades of Deep Magenta #C300DF
Tints of Deep Magenta #C300DF
RGB
CMYK
RGB Variations
Color information
#C300DF (or 0xC300DF) is known color: Deep Magenta. HEX triplet: C3, 00 and DF. RGB value is (195,0,223). Sum of RGB (Red+Green+Blue) = 195+0+223=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #C300DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300DF is #3CFF20. Grayscale: #535353. Windows color (decimal): -3997473 or 14614723. OLE color: 14614723.
HSL color Cylindrical-coordinate representation of color #C300DF: hue angle of 292.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300DF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 0 | 223 | - |
| CMYK | 0.13 | 1 | 0 | 0.13 |
| HSL | 292.47º | 1% | 0.44% | - |
| HSV(B) | 292.47º | 1% | 0.87% | - |
| XYZ | 35.82 | 16.93 | 71.19 | - |
| YUV | 83.73 | 206.6 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 223 | 0.13 | 1 | 0 | 0.13 | 292.47 | 1 | 0.44 |
| Hex | C3 | 0 | DF | D | 64 | 0 | D | 124 | 64 | 2C |
| Octal | 303 | 0 | 337 | 15 | 144 | 0 | 15 | 444 | 144 | 54 |
| Binary | 11000011 | 0 | 11011111 | 1101 | 1100100 | 0 | 1101 | 100100100 | 1100100 | 101100 |
Color Harmonies of #C300DF
Complementary color
Monochromatic Colors of #C300DF
Black with #C300DF
Text Example
Text Example
White with #C300DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300DF; }
p { color: rgb(195,0,223); }
H1.HeaderClassName
{
color: #C300DF;
}
.AnyTagClassName
{
color: #C300DF;
}
</style>
background-color css
<style>
a { background-color: #C300DF; }
a { background-color: rgb(195,0,223); }
div.DivClassName
{
background-color: #C300DF;
}
.BgClassName
{
background-color: #C300DF;
}
</style>
border-color css
<style>
span { border-color: #C300DF; }
span { border-color: rgb(195,0,223); }
td.TdClassName
{
border-color: #C300DF;
}
.TagClassName
{
border-color: #C300DF;
}
</style>