Shades of Deep Magenta #C305DF
Tints of Deep Magenta #C305DF
RGB
CMYK
RGB Variations
Color information
#C305DF (or 0xC305DF) is known color: Deep Magenta. HEX triplet: C3, 05 and DF. RGB value is (195,5,223). Sum of RGB (Red+Green+Blue) = 195+5+223=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C305DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305DF is #3CFA20. Grayscale: #555555. Windows color (decimal): -3996193 or 14616003. OLE color: 14616003.
HSL color Cylindrical-coordinate representation of color #C305DF: hue angle of 292.29º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305DF is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 5 | 223 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.13 |
| HSL | 292.29º | 0.96% | 0.45% | - |
| HSV(B) | 292.29º | 0.98% | 0.87% | - |
| XYZ | 35.88 | 17.04 | 71.21 | - |
| YUV | 86.66 | 204.95 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 223 | 0.13 | 0.98 | 0 | 0.13 | 292.29 | 0.96 | 0.45 |
| Hex | C3 | 5 | DF | D | 62 | 0 | D | 124 | 60 | 2D |
| Octal | 303 | 5 | 337 | 15 | 142 | 0 | 15 | 444 | 140 | 55 |
| Binary | 11000011 | 101 | 11011111 | 1101 | 1100010 | 0 | 1101 | 100100100 | 1100000 | 101101 |
Color Harmonies of #C305DF
Complementary color
Monochromatic Colors of #C305DF
Black with #C305DF
Text Example
Text Example
White with #C305DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305DF; }
p { color: rgb(195,5,223); }
H1.HeaderClassName
{
color: #C305DF;
}
.AnyTagClassName
{
color: #C305DF;
}
</style>
background-color css
<style>
a { background-color: #C305DF; }
a { background-color: rgb(195,5,223); }
div.DivClassName
{
background-color: #C305DF;
}
.BgClassName
{
background-color: #C305DF;
}
</style>
border-color css
<style>
span { border-color: #C305DF; }
span { border-color: rgb(195,5,223); }
td.TdClassName
{
border-color: #C305DF;
}
.TagClassName
{
border-color: #C305DF;
}
</style>