Shades of Deep Magenta #C801B8
Tints of Deep Magenta #C801B8
RGB
CMYK
RGB Variations
Color information
#C801B8 (or 0xC801B8) is known color: Deep Magenta. HEX triplet: C8, 01 and B8. RGB value is (200,1,184). Sum of RGB (Red+Green+Blue) = 200+1+184=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C801B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801B8 is #37FE47. Grayscale: #505050. Windows color (decimal): -3669576 or 12059080. OLE color: 12059080.
HSL color Cylindrical-coordinate representation of color #C801B8: hue angle of 304.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801B8 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 184 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.22 |
| HSL | 304.82º | 0.99% | 0.39% | - |
| HSV(B) | 304.82º | 1% | 0.78% | - |
| XYZ | 32.48 | 15.76 | 46.68 | - |
| YUV | 81.36 | 185.93 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 184 | 0 | 1.00 | 0.08 | 0.22 | 304.82 | 0.99 | 0.39 |
| Hex | C8 | 1 | B8 | 0 | 64 | 8 | 16 | 131 | 63 | 27 |
| Octal | 310 | 1 | 270 | 0 | 144 | 10 | 26 | 461 | 143 | 47 |
| Binary | 11001000 | 1 | 10111000 | 0 | 1100100 | 1000 | 10110 | 100110001 | 1100011 | 100111 |
Color Harmonies of #C801B8
Complementary color
Monochromatic Colors of #C801B8
Black with #C801B8
Text Example
Text Example
White with #C801B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801B8; }
p { color: rgb(200,1,184); }
H1.HeaderClassName
{
color: #C801B8;
}
.AnyTagClassName
{
color: #C801B8;
}
</style>
background-color css
<style>
a { background-color: #C801B8; }
a { background-color: rgb(200,1,184); }
div.DivClassName
{
background-color: #C801B8;
}
.BgClassName
{
background-color: #C801B8;
}
</style>
border-color css
<style>
span { border-color: #C801B8; }
span { border-color: rgb(200,1,184); }
td.TdClassName
{
border-color: #C801B8;
}
.TagClassName
{
border-color: #C801B8;
}
</style>