Shades of Deep Magenta #C306DF
Tints of Deep Magenta #C306DF
RGB
CMYK
RGB Variations
Color information
#C306DF (or 0xC306DF) is known color: Deep Magenta. HEX triplet: C3, 06 and DF. RGB value is (195,6,223). Sum of RGB (Red+Green+Blue) = 195+6+223=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #C306DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306DF is #3CF920. Grayscale: #565656. Windows color (decimal): -3995937 or 14616259. OLE color: 14616259.
HSL color Cylindrical-coordinate representation of color #C306DF: hue angle of 292.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C306DF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 6 | 223 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.13 |
| HSL | 292.26º | 0.95% | 0.45% | - |
| HSV(B) | 292.26º | 0.97% | 0.87% | - |
| XYZ | 35.89 | 17.06 | 71.21 | - |
| YUV | 87.25 | 204.62 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 223 | 0.13 | 0.97 | 0 | 0.13 | 292.26 | 0.95 | 0.45 |
| Hex | C3 | 6 | DF | D | 61 | 0 | D | 124 | 5F | 2D |
| Octal | 303 | 6 | 337 | 15 | 141 | 0 | 15 | 444 | 137 | 55 |
| Binary | 11000011 | 110 | 11011111 | 1101 | 1100001 | 0 | 1101 | 100100100 | 1011111 | 101101 |
Color Harmonies of #C306DF
Complementary color
Monochromatic Colors of #C306DF
Black with #C306DF
Text Example
Text Example
White with #C306DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C306DF; }
p { color: rgb(195,6,223); }
H1.HeaderClassName
{
color: #C306DF;
}
.AnyTagClassName
{
color: #C306DF;
}
</style>
background-color css
<style>
a { background-color: #C306DF; }
a { background-color: rgb(195,6,223); }
div.DivClassName
{
background-color: #C306DF;
}
.BgClassName
{
background-color: #C306DF;
}
</style>
border-color css
<style>
span { border-color: #C306DF; }
span { border-color: rgb(195,6,223); }
td.TdClassName
{
border-color: #C306DF;
}
.TagClassName
{
border-color: #C306DF;
}
</style>