Shades of Deep Magenta #C300D8
Tints of Deep Magenta #C300D8
RGB
CMYK
RGB Variations
Color information
#C300D8 (or 0xC300D8) is known color: Deep Magenta. HEX triplet: C3, 00 and D8. RGB value is (195,0,216). Sum of RGB (Red+Green+Blue) = 195+0+216=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #C300D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C300D8 is #3CFF27. Grayscale: #525252. Windows color (decimal): -3997480 or 14155971. OLE color: 14155971.
HSL color Cylindrical-coordinate representation of color #C300D8: hue angle of 294.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300D8 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 0 | 216 | - |
| CMYK | 0.10 | 1 | 0 | 0.15 |
| HSL | 294.17º | 1% | 0.42% | - |
| HSV(B) | 294.17º | 1% | 0.85% | - |
| XYZ | 34.9 | 16.56 | 66.32 | - |
| YUV | 82.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 216 | 0.10 | 1 | 0 | 0.15 | 294.17 | 1 | 0.42 |
| Hex | C3 | 0 | D8 | A | 64 | 0 | F | 126 | 64 | 2A |
| Octal | 303 | 0 | 330 | 12 | 144 | 0 | 17 | 446 | 144 | 52 |
| Binary | 11000011 | 0 | 11011000 | 1010 | 1100100 | 0 | 1111 | 100100110 | 1100100 | 101010 |
Color Harmonies of #C300D8
Complementary color
Monochromatic Colors of #C300D8
Black with #C300D8
Text Example
Text Example
White with #C300D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300D8; }
p { color: rgb(195,0,216); }
H1.HeaderClassName
{
color: #C300D8;
}
.AnyTagClassName
{
color: #C300D8;
}
</style>
background-color css
<style>
a { background-color: #C300D8; }
a { background-color: rgb(195,0,216); }
div.DivClassName
{
background-color: #C300D8;
}
.BgClassName
{
background-color: #C300D8;
}
</style>
border-color css
<style>
span { border-color: #C300D8; }
span { border-color: rgb(195,0,216); }
td.TdClassName
{
border-color: #C300D8;
}
.TagClassName
{
border-color: #C300D8;
}
</style>