Shades of Deep Magenta #CA04BF
Tints of Deep Magenta #CA04BF
RGB
CMYK
RGB Variations
Color information
#CA04BF (or 0xCA04BF) is known color: Deep Magenta. HEX triplet: CA, 04 and BF. RGB value is (202,4,191). Sum of RGB (Red+Green+Blue) = 202+4+191=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04BF is #35FB40. Grayscale: #535353. Windows color (decimal): -3537729 or 12518602. OLE color: 12518602.
HSL color Cylindrical-coordinate representation of color #CA04BF: hue angle of 303.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04BF is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.21 |
| HSL | 303.33º | 0.96% | 0.4% | - |
| HSV(B) | 303.33º | 0.98% | 0.79% | - |
| XYZ | 33.8 | 16.4 | 50.68 | - |
| YUV | 84.52 | 188.1 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 191 | 0 | 0.98 | 0.05 | 0.21 | 303.33 | 0.96 | 0.4 |
| Hex | CA | 4 | BF | 0 | 62 | 5 | 15 | 12F | 60 | 28 |
| Octal | 312 | 4 | 277 | 0 | 142 | 5 | 25 | 457 | 140 | 50 |
| Binary | 11001010 | 100 | 10111111 | 0 | 1100010 | 101 | 10101 | 100101111 | 1100000 | 101000 |
Color Harmonies of #CA04BF
Complementary color
Monochromatic Colors of #CA04BF
Black with #CA04BF
Text Example
Text Example
White with #CA04BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04BF; }
p { color: rgb(202,4,191); }
H1.HeaderClassName
{
color: #CA04BF;
}
.AnyTagClassName
{
color: #CA04BF;
}
</style>
background-color css
<style>
a { background-color: #CA04BF; }
a { background-color: rgb(202,4,191); }
div.DivClassName
{
background-color: #CA04BF;
}
.BgClassName
{
background-color: #CA04BF;
}
</style>
border-color css
<style>
span { border-color: #CA04BF; }
span { border-color: rgb(202,4,191); }
td.TdClassName
{
border-color: #CA04BF;
}
.TagClassName
{
border-color: #CA04BF;
}
</style>