Shades of Deep Magenta #CA05CF
Tints of Deep Magenta #CA05CF
RGB
CMYK
RGB Variations
Color information
#CA05CF (or 0xCA05CF) is known color: Deep Magenta. HEX triplet: CA, 05 and CF. RGB value is (202,5,207). Sum of RGB (Red+Green+Blue) = 202+5+207=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA05CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA05CF is #35FA30. Grayscale: #565656. Windows color (decimal): -3537457 or 13567434. OLE color: 13567434.
HSL color Cylindrical-coordinate representation of color #CA05CF: hue angle of 298.51º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05CF is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 5 | 207 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.19 |
| HSL | 298.51º | 0.95% | 0.42% | - |
| HSV(B) | 298.51º | 0.98% | 0.81% | - |
| XYZ | 35.67 | 17.17 | 60.47 | - |
| YUV | 86.93 | 195.77 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 207 | 0.02 | 0.98 | 0 | 0.19 | 298.51 | 0.95 | 0.42 |
| Hex | CA | 5 | CF | 2 | 62 | 0 | 13 | 12B | 5F | 2A |
| Octal | 312 | 5 | 317 | 2 | 142 | 0 | 23 | 453 | 137 | 52 |
| Binary | 11001010 | 101 | 11001111 | 10 | 1100010 | 0 | 10011 | 100101011 | 1011111 | 101010 |
Color Harmonies of #CA05CF
Complementary color
Monochromatic Colors of #CA05CF
Black with #CA05CF
Text Example
Text Example
White with #CA05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05CF; }
p { color: rgb(202,5,207); }
H1.HeaderClassName
{
color: #CA05CF;
}
.AnyTagClassName
{
color: #CA05CF;
}
</style>
background-color css
<style>
a { background-color: #CA05CF; }
a { background-color: rgb(202,5,207); }
div.DivClassName
{
background-color: #CA05CF;
}
.BgClassName
{
background-color: #CA05CF;
}
</style>
border-color css
<style>
span { border-color: #CA05CF; }
span { border-color: rgb(202,5,207); }
td.TdClassName
{
border-color: #CA05CF;
}
.TagClassName
{
border-color: #CA05CF;
}
</style>