Shades of Deep Magenta #C623D6
Tints of Deep Magenta #C623D6
RGB
CMYK
RGB Variations
Color information
#C623D6 (or 0xC623D6) is known color: Deep Magenta. HEX triplet: C6, 23 and D6. RGB value is (198,35,214). Sum of RGB (Red+Green+Blue) = 198+35+214=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #C623D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C623D6 is #39DC29. Grayscale: #676767. Windows color (decimal): -3791914 or 14033862. OLE color: 14033862.
HSL color Cylindrical-coordinate representation of color #C623D6: hue angle of 294.64º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C623D6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 35 | 214 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.16 |
| HSL | 294.64º | 0.72% | 0.49% | - |
| HSV(B) | 294.64º | 0.84% | 0.84% | - |
| XYZ | 36.03 | 18.06 | 65.21 | - |
| YUV | 104.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 214 | 0.07 | 0.84 | 0 | 0.16 | 294.64 | 0.72 | 0.49 |
| Hex | C6 | 23 | D6 | 7 | 54 | 0 | 10 | 127 | 48 | 31 |
| Octal | 306 | 43 | 326 | 7 | 124 | 0 | 20 | 447 | 110 | 61 |
| Binary | 11000110 | 100011 | 11010110 | 111 | 1010100 | 0 | 10000 | 100100111 | 1001000 | 110001 |
Color Harmonies of #C623D6
Complementary color
Monochromatic Colors of #C623D6
Black with #C623D6
Text Example
Text Example
White with #C623D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C623D6; }
p { color: rgb(198,35,214); }
H1.HeaderClassName
{
color: #C623D6;
}
.AnyTagClassName
{
color: #C623D6;
}
</style>
background-color css
<style>
a { background-color: #C623D6; }
a { background-color: rgb(198,35,214); }
div.DivClassName
{
background-color: #C623D6;
}
.BgClassName
{
background-color: #C623D6;
}
</style>
border-color css
<style>
span { border-color: #C623D6; }
span { border-color: rgb(198,35,214); }
td.TdClassName
{
border-color: #C623D6;
}
.TagClassName
{
border-color: #C623D6;
}
</style>