Shades of Deep Magenta #CA0FDD
Tints of Deep Magenta #CA0FDD
RGB
CMYK
RGB Variations
Color information
#CA0FDD (or 0xCA0FDD) is known color: Deep Magenta. HEX triplet: CA, 0F and DD. RGB value is (202,15,221). Sum of RGB (Red+Green+Blue) = 202+15+221=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0FDD is #35F022. Grayscale: #5D5D5D. Windows color (decimal): -3534883 or 14487498. OLE color: 14487498.
HSL color Cylindrical-coordinate representation of color #CA0FDD: hue angle of 294.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0FDD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 15 | 221 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.13 |
| HSL | 294.47º | 0.87% | 0.46% | - |
| HSV(B) | 294.47º | 0.93% | 0.87% | - |
| XYZ | 37.58 | 18.12 | 69.92 | - |
| YUV | 94.4 | 199.45 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 221 | 0.09 | 0.93 | 0 | 0.13 | 294.47 | 0.87 | 0.46 |
| Hex | CA | F | DD | 9 | 5D | 0 | D | 126 | 57 | 2E |
| Octal | 312 | 17 | 335 | 11 | 135 | 0 | 15 | 446 | 127 | 56 |
| Binary | 11001010 | 1111 | 11011101 | 1001 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101110 |
Color Harmonies of #CA0FDD
Complementary color
Monochromatic Colors of #CA0FDD
Black with #CA0FDD
Text Example
Text Example
White with #CA0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FDD; }
p { color: rgb(202,15,221); }
H1.HeaderClassName
{
color: #CA0FDD;
}
.AnyTagClassName
{
color: #CA0FDD;
}
</style>
background-color css
<style>
a { background-color: #CA0FDD; }
a { background-color: rgb(202,15,221); }
div.DivClassName
{
background-color: #CA0FDD;
}
.BgClassName
{
background-color: #CA0FDD;
}
</style>
border-color css
<style>
span { border-color: #CA0FDD; }
span { border-color: rgb(202,15,221); }
td.TdClassName
{
border-color: #CA0FDD;
}
.TagClassName
{
border-color: #CA0FDD;
}
</style>