Shades of Deep Magenta #C629DF
Tints of Deep Magenta #C629DF
RGB
CMYK
RGB Variations
Color information
#C629DF (or 0xC629DF) is known color: Deep Magenta. HEX triplet: C6, 29 and DF. RGB value is (198,41,223). Sum of RGB (Red+Green+Blue) = 198+41+223=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C629DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629DF is #39D620. Grayscale: #6C6C6C. Windows color (decimal): -3790369 or 14625222. OLE color: 14625222.
HSL color Cylindrical-coordinate representation of color #C629DF: hue angle of 291.76º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C629DF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 41 | 223 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.13 |
| HSL | 291.76º | 0.74% | 0.52% | - |
| HSV(B) | 291.76º | 0.82% | 0.87% | - |
| XYZ | 37.4 | 18.92 | 71.49 | - |
| YUV | 108.69 | 192.51 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 223 | 0.11 | 0.82 | 0 | 0.13 | 291.76 | 0.74 | 0.52 |
| Hex | C6 | 29 | DF | B | 52 | 0 | D | 124 | 4A | 34 |
| Octal | 306 | 51 | 337 | 13 | 122 | 0 | 15 | 444 | 112 | 64 |
| Binary | 11000110 | 101001 | 11011111 | 1011 | 1010010 | 0 | 1101 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C629DF
Complementary color
Monochromatic Colors of #C629DF
Black with #C629DF
Text Example
Text Example
White with #C629DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629DF; }
p { color: rgb(198,41,223); }
H1.HeaderClassName
{
color: #C629DF;
}
.AnyTagClassName
{
color: #C629DF;
}
</style>
background-color css
<style>
a { background-color: #C629DF; }
a { background-color: rgb(198,41,223); }
div.DivClassName
{
background-color: #C629DF;
}
.BgClassName
{
background-color: #C629DF;
}
</style>
border-color css
<style>
span { border-color: #C629DF; }
span { border-color: rgb(198,41,223); }
td.TdClassName
{
border-color: #C629DF;
}
.TagClassName
{
border-color: #C629DF;
}
</style>