Shades of Deep Magenta #CA1FC8
Tints of Deep Magenta #CA1FC8
RGB
CMYK
RGB Variations
Color information
#CA1FC8 (or 0xCA1FC8) is known color: Deep Magenta. HEX triplet: CA, 1F and C8. RGB value is (202,31,200). Sum of RGB (Red+Green+Blue) = 202+31+200=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1FC8 is #35E037. Grayscale: #646464. Windows color (decimal): -3530808 or 13115338. OLE color: 13115338.
HSL color Cylindrical-coordinate representation of color #CA1FC8: hue angle of 300.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1FC8 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 200 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.21 |
| HSL | 300.7º | 0.73% | 0.46% | - |
| HSV(B) | 300.7º | 0.85% | 0.79% | - |
| XYZ | 35.27 | 17.71 | 56.2 | - |
| YUV | 101.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 200 | 0 | 0.85 | 0.01 | 0.21 | 300.7 | 0.73 | 0.46 |
| Hex | CA | 1F | C8 | 0 | 55 | 1 | 15 | 12D | 49 | 2E |
| Octal | 312 | 37 | 310 | 0 | 125 | 1 | 25 | 455 | 111 | 56 |
| Binary | 11001010 | 11111 | 11001000 | 0 | 1010101 | 1 | 10101 | 100101101 | 1001001 | 101110 |
Color Harmonies of #CA1FC8
Complementary color
Monochromatic Colors of #CA1FC8
Black with #CA1FC8
Text Example
Text Example
White with #CA1FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FC8; }
p { color: rgb(202,31,200); }
H1.HeaderClassName
{
color: #CA1FC8;
}
.AnyTagClassName
{
color: #CA1FC8;
}
</style>
background-color css
<style>
a { background-color: #CA1FC8; }
a { background-color: rgb(202,31,200); }
div.DivClassName
{
background-color: #CA1FC8;
}
.BgClassName
{
background-color: #CA1FC8;
}
</style>
border-color css
<style>
span { border-color: #CA1FC8; }
span { border-color: rgb(202,31,200); }
td.TdClassName
{
border-color: #CA1FC8;
}
.TagClassName
{
border-color: #CA1FC8;
}
</style>