Shades of Deep Magenta #C801CD
Tints of Deep Magenta #C801CD
RGB
CMYK
RGB Variations
Color information
#C801CD (or 0xC801CD) is known color: Deep Magenta. HEX triplet: C8, 01 and CD. RGB value is (200,1,205). Sum of RGB (Red+Green+Blue) = 200+1+205=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #C801CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801CD is #37FE32. Grayscale: #535353. Windows color (decimal): -3669555 or 13435336. OLE color: 13435336.
HSL color Cylindrical-coordinate representation of color #C801CD: hue angle of 298.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801CD is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 1 | 205 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.20 |
| HSL | 298.53º | 0.99% | 0.4% | - |
| HSV(B) | 298.53º | 1% | 0.8% | - |
| XYZ | 34.85 | 16.71 | 59.15 | - |
| YUV | 83.76 | 196.43 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 205 | 0.02 | 1.00 | 0 | 0.20 | 298.53 | 0.99 | 0.4 |
| Hex | C8 | 1 | CD | 2 | 64 | 0 | 14 | 12B | 63 | 28 |
| Octal | 310 | 1 | 315 | 2 | 144 | 0 | 24 | 453 | 143 | 50 |
| Binary | 11001000 | 1 | 11001101 | 10 | 1100100 | 0 | 10100 | 100101011 | 1100011 | 101000 |
Color Harmonies of #C801CD
Complementary color
Monochromatic Colors of #C801CD
Black with #C801CD
Text Example
Text Example
White with #C801CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801CD; }
p { color: rgb(200,1,205); }
H1.HeaderClassName
{
color: #C801CD;
}
.AnyTagClassName
{
color: #C801CD;
}
</style>
background-color css
<style>
a { background-color: #C801CD; }
a { background-color: rgb(200,1,205); }
div.DivClassName
{
background-color: #C801CD;
}
.BgClassName
{
background-color: #C801CD;
}
</style>
border-color css
<style>
span { border-color: #C801CD; }
span { border-color: rgb(200,1,205); }
td.TdClassName
{
border-color: #C801CD;
}
.TagClassName
{
border-color: #C801CD;
}
</style>