Shades of Deep Magenta #CA01CF
Tints of Deep Magenta #CA01CF
RGB
CMYK
RGB Variations
Color information
#CA01CF (or 0xCA01CF) is known color: Deep Magenta. HEX triplet: CA, 01 and CF. RGB value is (202,1,207). Sum of RGB (Red+Green+Blue) = 202+1+207=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01CF is #35FE30. Grayscale: #535353. Windows color (decimal): -3538481 or 13566410. OLE color: 13566410.
HSL color Cylindrical-coordinate representation of color #CA01CF: hue angle of 298.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01CF is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 1 | 207 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.19 |
| HSL | 298.54º | 0.99% | 0.41% | - |
| HSV(B) | 298.54º | 1% | 0.81% | - |
| XYZ | 35.63 | 17.08 | 60.45 | - |
| YUV | 84.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 207 | 0.02 | 1.00 | 0 | 0.19 | 298.54 | 0.99 | 0.41 |
| Hex | CA | 1 | CF | 2 | 64 | 0 | 13 | 12B | 63 | 29 |
| Octal | 312 | 1 | 317 | 2 | 144 | 0 | 23 | 453 | 143 | 51 |
| Binary | 11001010 | 1 | 11001111 | 10 | 1100100 | 0 | 10011 | 100101011 | 1100011 | 101001 |
Color Harmonies of #CA01CF
Complementary color
Monochromatic Colors of #CA01CF
Black with #CA01CF
Text Example
Text Example
White with #CA01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA01CF; }
p { color: rgb(202,1,207); }
H1.HeaderClassName
{
color: #CA01CF;
}
.AnyTagClassName
{
color: #CA01CF;
}
</style>
background-color css
<style>
a { background-color: #CA01CF; }
a { background-color: rgb(202,1,207); }
div.DivClassName
{
background-color: #CA01CF;
}
.BgClassName
{
background-color: #CA01CF;
}
</style>
border-color css
<style>
span { border-color: #CA01CF; }
span { border-color: rgb(202,1,207); }
td.TdClassName
{
border-color: #CA01CF;
}
.TagClassName
{
border-color: #CA01CF;
}
</style>