Shades of Deep Magenta #C306D9
Tints of Deep Magenta #C306D9
RGB
CMYK
RGB Variations
Color information
#C306D9 (or 0xC306D9) is known color: Deep Magenta. HEX triplet: C3, 06 and D9. RGB value is (195,6,217). Sum of RGB (Red+Green+Blue) = 195+6+217=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #C306D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306D9 is #3CF926. Grayscale: #555555. Windows color (decimal): -3995943 or 14223043. OLE color: 14223043.
HSL color Cylindrical-coordinate representation of color #C306D9: hue angle of 293.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306D9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 6 | 217 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.15 |
| HSL | 293.74º | 0.95% | 0.44% | - |
| HSV(B) | 293.74º | 0.97% | 0.85% | - |
| XYZ | 35.1 | 16.74 | 67.03 | - |
| YUV | 86.57 | 201.62 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 217 | 0.10 | 0.97 | 0 | 0.15 | 293.74 | 0.95 | 0.44 |
| Hex | C3 | 6 | D9 | A | 61 | 0 | F | 126 | 5F | 2C |
| Octal | 303 | 6 | 331 | 12 | 141 | 0 | 17 | 446 | 137 | 54 |
| Binary | 11000011 | 110 | 11011001 | 1010 | 1100001 | 0 | 1111 | 100100110 | 1011111 | 101100 |
Color Harmonies of #C306D9
Complementary color
Monochromatic Colors of #C306D9
Black with #C306D9
Text Example
Text Example
White with #C306D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306D9; }
p { color: rgb(195,6,217); }
H1.HeaderClassName
{
color: #C306D9;
}
.AnyTagClassName
{
color: #C306D9;
}
</style>
background-color css
<style>
a { background-color: #C306D9; }
a { background-color: rgb(195,6,217); }
div.DivClassName
{
background-color: #C306D9;
}
.BgClassName
{
background-color: #C306D9;
}
</style>
border-color css
<style>
span { border-color: #C306D9; }
span { border-color: rgb(195,6,217); }
td.TdClassName
{
border-color: #C306D9;
}
.TagClassName
{
border-color: #C306D9;
}
</style>