Shades of Deep Magenta #CA0FC7
Tints of Deep Magenta #CA0FC7
RGB
CMYK
RGB Variations
Color information
#CA0FC7 (or 0xCA0FC7) is known color: Deep Magenta. HEX triplet: CA, 0F and C7. RGB value is (202,15,199). Sum of RGB (Red+Green+Blue) = 202+15+199=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0FC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0FC7 is #35F038. Grayscale: #5B5B5B. Windows color (decimal): -3534905 or 13045706. OLE color: 13045706.
HSL color Cylindrical-coordinate representation of color #CA0FC7: hue angle of 300.96º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0FC7 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 199 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.21 |
| HSL | 300.96º | 0.86% | 0.43% | - |
| HSV(B) | 300.96º | 0.93% | 0.79% | - |
| XYZ | 34.84 | 17.02 | 55.48 | - |
| YUV | 91.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 199 | 0 | 0.93 | 0.01 | 0.21 | 300.96 | 0.86 | 0.43 |
| Hex | CA | F | C7 | 0 | 5D | 1 | 15 | 12D | 56 | 2B |
| Octal | 312 | 17 | 307 | 0 | 135 | 1 | 25 | 455 | 126 | 53 |
| Binary | 11001010 | 1111 | 11000111 | 0 | 1011101 | 1 | 10101 | 100101101 | 1010110 | 101011 |
Color Harmonies of #CA0FC7
Complementary color
Monochromatic Colors of #CA0FC7
Black with #CA0FC7
Text Example
Text Example
White with #CA0FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FC7; }
p { color: rgb(202,15,199); }
H1.HeaderClassName
{
color: #CA0FC7;
}
.AnyTagClassName
{
color: #CA0FC7;
}
</style>
background-color css
<style>
a { background-color: #CA0FC7; }
a { background-color: rgb(202,15,199); }
div.DivClassName
{
background-color: #CA0FC7;
}
.BgClassName
{
background-color: #CA0FC7;
}
</style>
border-color css
<style>
span { border-color: #CA0FC7; }
span { border-color: rgb(202,15,199); }
td.TdClassName
{
border-color: #CA0FC7;
}
.TagClassName
{
border-color: #CA0FC7;
}
</style>