Shades of Deep Magenta #C301DD
Tints of Deep Magenta #C301DD
RGB
CMYK
RGB Variations
Color information
#C301DD (or 0xC301DD) is known color: Deep Magenta. HEX triplet: C3, 01 and DD. RGB value is (195,1,221). Sum of RGB (Red+Green+Blue) = 195+1+221=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #C301DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301DD is #3CFE22. Grayscale: #535353. Windows color (decimal): -3997219 or 14483907. OLE color: 14483907.
HSL color Cylindrical-coordinate representation of color #C301DD: hue angle of 292.91º 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 #C301DD is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 1 | 221 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.13 |
| HSL | 292.91º | 0.99% | 0.44% | - |
| HSV(B) | 292.91º | 1% | 0.87% | - |
| XYZ | 35.57 | 16.84 | 69.78 | - |
| YUV | 84.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 221 | 0.12 | 1.00 | 0 | 0.13 | 292.91 | 0.99 | 0.44 |
| Hex | C3 | 1 | DD | C | 64 | 0 | D | 125 | 63 | 2C |
| Octal | 303 | 1 | 335 | 14 | 144 | 0 | 15 | 445 | 143 | 54 |
| Binary | 11000011 | 1 | 11011101 | 1100 | 1100100 | 0 | 1101 | 100100101 | 1100011 | 101100 |
Color Harmonies of #C301DD
Complementary color
Monochromatic Colors of #C301DD
Black with #C301DD
Text Example
Text Example
White with #C301DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301DD; }
p { color: rgb(195,1,221); }
H1.HeaderClassName
{
color: #C301DD;
}
.AnyTagClassName
{
color: #C301DD;
}
</style>
background-color css
<style>
a { background-color: #C301DD; }
a { background-color: rgb(195,1,221); }
div.DivClassName
{
background-color: #C301DD;
}
.BgClassName
{
background-color: #C301DD;
}
</style>
border-color css
<style>
span { border-color: #C301DD; }
span { border-color: rgb(195,1,221); }
td.TdClassName
{
border-color: #C301DD;
}
.TagClassName
{
border-color: #C301DD;
}
</style>