Shades of Deep Magenta #CA10BF
Tints of Deep Magenta #CA10BF
RGB
CMYK
RGB Variations
Color information
#CA10BF (or 0xCA10BF) is known color: Deep Magenta. HEX triplet: CA, 10 and BF. RGB value is (202,16,191). Sum of RGB (Red+Green+Blue) = 202+16+191=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10BF is #35EF40. Grayscale: #5B5B5B. Windows color (decimal): -3534657 or 12521674. OLE color: 12521674.
HSL color Cylindrical-coordinate representation of color #CA10BF: hue angle of 303.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10BF is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.21 |
| HSL | 303.55º | 0.85% | 0.43% | - |
| HSV(B) | 303.55º | 0.92% | 0.79% | - |
| XYZ | 33.95 | 16.69 | 50.72 | - |
| YUV | 91.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 191 | 0 | 0.92 | 0.05 | 0.21 | 303.55 | 0.85 | 0.43 |
| Hex | CA | 10 | BF | 0 | 5C | 5 | 15 | 130 | 55 | 2B |
| Octal | 312 | 20 | 277 | 0 | 134 | 5 | 25 | 460 | 125 | 53 |
| Binary | 11001010 | 10000 | 10111111 | 0 | 1011100 | 101 | 10101 | 100110000 | 1010101 | 101011 |
Color Harmonies of #CA10BF
Complementary color
Monochromatic Colors of #CA10BF
Black with #CA10BF
Text Example
Text Example
White with #CA10BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10BF; }
p { color: rgb(202,16,191); }
H1.HeaderClassName
{
color: #CA10BF;
}
.AnyTagClassName
{
color: #CA10BF;
}
</style>
background-color css
<style>
a { background-color: #CA10BF; }
a { background-color: rgb(202,16,191); }
div.DivClassName
{
background-color: #CA10BF;
}
.BgClassName
{
background-color: #CA10BF;
}
</style>
border-color css
<style>
span { border-color: #CA10BF; }
span { border-color: rgb(202,16,191); }
td.TdClassName
{
border-color: #CA10BF;
}
.TagClassName
{
border-color: #CA10BF;
}
</style>