Shades of Deep Magenta #C600CD
Tints of Deep Magenta #C600CD
RGB
CMYK
RGB Variations
Color information
#C600CD (or 0xC600CD) is known color: Deep Magenta. HEX triplet: C6, 00 and CD. RGB value is (198,0,205). Sum of RGB (Red+Green+Blue) = 198+0+205=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #C600CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600CD is #39FF32. Grayscale: #515151. Windows color (decimal): -3800883 or 13435078. OLE color: 13435078.
HSL color Cylindrical-coordinate representation of color #C600CD: hue angle of 297.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600CD is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 0 | 205 | - |
| CMYK | 0.03 | 1 | 0 | 0.20 |
| HSL | 297.95º | 1% | 0.4% | - |
| HSV(B) | 297.95º | 1% | 0.8% | - |
| XYZ | 34.31 | 16.41 | 59.12 | - |
| YUV | 82.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 205 | 0.03 | 1 | 0 | 0.20 | 297.95 | 1 | 0.4 |
| Hex | C6 | 0 | CD | 3 | 64 | 0 | 14 | 12A | 64 | 28 |
| Octal | 306 | 0 | 315 | 3 | 144 | 0 | 24 | 452 | 144 | 50 |
| Binary | 11000110 | 0 | 11001101 | 11 | 1100100 | 0 | 10100 | 100101010 | 1100100 | 101000 |
Color Harmonies of #C600CD
Complementary color
Monochromatic Colors of #C600CD
Black with #C600CD
Text Example
Text Example
White with #C600CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600CD; }
p { color: rgb(198,0,205); }
H1.HeaderClassName
{
color: #C600CD;
}
.AnyTagClassName
{
color: #C600CD;
}
</style>
background-color css
<style>
a { background-color: #C600CD; }
a { background-color: rgb(198,0,205); }
div.DivClassName
{
background-color: #C600CD;
}
.BgClassName
{
background-color: #C600CD;
}
</style>
border-color css
<style>
span { border-color: #C600CD; }
span { border-color: rgb(198,0,205); }
td.TdClassName
{
border-color: #C600CD;
}
.TagClassName
{
border-color: #C600CD;
}
</style>