Shades of Deep Magenta #C301D6
Tints of Deep Magenta #C301D6
RGB
CMYK
RGB Variations
Color information
#C301D6 (or 0xC301D6) is known color: Deep Magenta. HEX triplet: C3, 01 and D6. RGB value is (195,1,214). Sum of RGB (Red+Green+Blue) = 195+1+214=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #C301D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301D6 is #3CFE29. Grayscale: #525252. Windows color (decimal): -3997226 or 14025155. OLE color: 14025155.
HSL color Cylindrical-coordinate representation of color #C301D6: hue angle of 294.65º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301D6 is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 1 | 214 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.16 |
| HSL | 294.65º | 0.99% | 0.42% | - |
| HSV(B) | 294.65º | 1% | 0.84% | - |
| XYZ | 34.65 | 16.48 | 64.97 | - |
| YUV | 83.29 | 201.77 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 214 | 0.09 | 1.00 | 0 | 0.16 | 294.65 | 0.99 | 0.42 |
| Hex | C3 | 1 | D6 | 9 | 64 | 0 | 10 | 127 | 63 | 2A |
| Octal | 303 | 1 | 326 | 11 | 144 | 0 | 20 | 447 | 143 | 52 |
| Binary | 11000011 | 1 | 11010110 | 1001 | 1100100 | 0 | 10000 | 100100111 | 1100011 | 101010 |
Color Harmonies of #C301D6
Complementary color
Monochromatic Colors of #C301D6
Black with #C301D6
Text Example
Text Example
White with #C301D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C301D6; }
p { color: rgb(195,1,214); }
H1.HeaderClassName
{
color: #C301D6;
}
.AnyTagClassName
{
color: #C301D6;
}
</style>
background-color css
<style>
a { background-color: #C301D6; }
a { background-color: rgb(195,1,214); }
div.DivClassName
{
background-color: #C301D6;
}
.BgClassName
{
background-color: #C301D6;
}
</style>
border-color css
<style>
span { border-color: #C301D6; }
span { border-color: rgb(195,1,214); }
td.TdClassName
{
border-color: #C301D6;
}
.TagClassName
{
border-color: #C301D6;
}
</style>