Shades of Deep Magenta #CA0FDF
Tints of Deep Magenta #CA0FDF
RGB
CMYK
RGB Variations
Color information
#CA0FDF (or 0xCA0FDF) is known color: Deep Magenta. HEX triplet: CA, 0F and DF. RGB value is (202,15,223). Sum of RGB (Red+Green+Blue) = 202+15+223=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA0FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0FDF is #35F020. Grayscale: #5D5D5D. Windows color (decimal): -3534881 or 14618570. OLE color: 14618570.
HSL color Cylindrical-coordinate representation of color #CA0FDF: hue angle of 293.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0FDF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 15 | 223 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.13 |
| HSL | 293.94º | 0.87% | 0.47% | - |
| HSV(B) | 293.94º | 0.93% | 0.87% | - |
| XYZ | 37.85 | 18.23 | 71.34 | - |
| YUV | 94.63 | 200.45 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 223 | 0.09 | 0.93 | 0 | 0.13 | 293.94 | 0.87 | 0.47 |
| Hex | CA | F | DF | 9 | 5D | 0 | D | 126 | 57 | 2F |
| Octal | 312 | 17 | 337 | 11 | 135 | 0 | 15 | 446 | 127 | 57 |
| Binary | 11001010 | 1111 | 11011111 | 1001 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101111 |
Color Harmonies of #CA0FDF
Complementary color
Monochromatic Colors of #CA0FDF
Black with #CA0FDF
Text Example
Text Example
White with #CA0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FDF; }
p { color: rgb(202,15,223); }
H1.HeaderClassName
{
color: #CA0FDF;
}
.AnyTagClassName
{
color: #CA0FDF;
}
</style>
background-color css
<style>
a { background-color: #CA0FDF; }
a { background-color: rgb(202,15,223); }
div.DivClassName
{
background-color: #CA0FDF;
}
.BgClassName
{
background-color: #CA0FDF;
}
</style>
border-color css
<style>
span { border-color: #CA0FDF; }
span { border-color: rgb(202,15,223); }
td.TdClassName
{
border-color: #CA0FDF;
}
.TagClassName
{
border-color: #CA0FDF;
}
</style>