Shades of Deep Magenta #CA0BDF
Tints of Deep Magenta #CA0BDF
RGB
CMYK
RGB Variations
Color information
#CA0BDF (or 0xCA0BDF) is known color: Deep Magenta. HEX triplet: CA, 0B and DF. RGB value is (202,11,223). Sum of RGB (Red+Green+Blue) = 202+11+223=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BDF is #35F420. Grayscale: #5B5B5B. Windows color (decimal): -3535905 or 14617546. OLE color: 14617546.
HSL color Cylindrical-coordinate representation of color #CA0BDF: hue angle of 294.06º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BDF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 11 | 223 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.13 |
| HSL | 294.06º | 0.91% | 0.46% | - |
| HSV(B) | 294.06º | 0.95% | 0.87% | - |
| XYZ | 37.8 | 18.12 | 71.32 | - |
| YUV | 92.28 | 201.78 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 223 | 0.09 | 0.95 | 0 | 0.13 | 294.06 | 0.91 | 0.46 |
| Hex | CA | B | DF | 9 | 5F | 0 | D | 126 | 5B | 2E |
| Octal | 312 | 13 | 337 | 11 | 137 | 0 | 15 | 446 | 133 | 56 |
| Binary | 11001010 | 1011 | 11011111 | 1001 | 1011111 | 0 | 1101 | 100100110 | 1011011 | 101110 |
Color Harmonies of #CA0BDF
Complementary color
Monochromatic Colors of #CA0BDF
Black with #CA0BDF
Text Example
Text Example
White with #CA0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BDF; }
p { color: rgb(202,11,223); }
H1.HeaderClassName
{
color: #CA0BDF;
}
.AnyTagClassName
{
color: #CA0BDF;
}
</style>
background-color css
<style>
a { background-color: #CA0BDF; }
a { background-color: rgb(202,11,223); }
div.DivClassName
{
background-color: #CA0BDF;
}
.BgClassName
{
background-color: #CA0BDF;
}
</style>
border-color css
<style>
span { border-color: #CA0BDF; }
span { border-color: rgb(202,11,223); }
td.TdClassName
{
border-color: #CA0BDF;
}
.TagClassName
{
border-color: #CA0BDF;
}
</style>