Shades of Deep Magenta #C600D3
Tints of Deep Magenta #C600D3
RGB
CMYK
RGB Variations
Color information
#C600D3 (or 0xC600D3) is known color: Deep Magenta. HEX triplet: C6, 00 and D3. RGB value is (198,0,211). Sum of RGB (Red+Green+Blue) = 198+0+211=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #C600D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600D3 is #39FF2C. Grayscale: #525252. Windows color (decimal): -3800877 or 13828294. OLE color: 13828294.
HSL color Cylindrical-coordinate representation of color #C600D3: hue angle of 296.3º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600D3 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 0 | 211 | - |
| CMYK | 0.06 | 1 | 0 | 0.17 |
| HSL | 296.3º | 1% | 0.41% | - |
| HSV(B) | 296.3º | 1% | 0.83% | - |
| XYZ | 35.05 | 16.71 | 63.01 | - |
| YUV | 83.26 | 200.1 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 211 | 0.06 | 1 | 0 | 0.17 | 296.3 | 1 | 0.41 |
| Hex | C6 | 0 | D3 | 6 | 64 | 0 | 11 | 128 | 64 | 29 |
| Octal | 306 | 0 | 323 | 6 | 144 | 0 | 21 | 450 | 144 | 51 |
| Binary | 11000110 | 0 | 11010011 | 110 | 1100100 | 0 | 10001 | 100101000 | 1100100 | 101001 |
Color Harmonies of #C600D3
Complementary color
Monochromatic Colors of #C600D3
Black with #C600D3
Text Example
Text Example
White with #C600D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600D3; }
p { color: rgb(198,0,211); }
H1.HeaderClassName
{
color: #C600D3;
}
.AnyTagClassName
{
color: #C600D3;
}
</style>
background-color css
<style>
a { background-color: #C600D3; }
a { background-color: rgb(198,0,211); }
div.DivClassName
{
background-color: #C600D3;
}
.BgClassName
{
background-color: #C600D3;
}
</style>
border-color css
<style>
span { border-color: #C600D3; }
span { border-color: rgb(198,0,211); }
td.TdClassName
{
border-color: #C600D3;
}
.TagClassName
{
border-color: #C600D3;
}
</style>