Shades of Deep Magenta #CB13DF
Tints of Deep Magenta #CB13DF
RGB
CMYK
RGB Variations
Color information
#CB13DF (or 0xCB13DF) is known color: Deep Magenta. HEX triplet: CB, 13 and DF. RGB value is (203,19,223). Sum of RGB (Red+Green+Blue) = 203+19+223=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13DF is #34EC20. Grayscale: #606060. Windows color (decimal): -3468321 or 14619595. OLE color: 14619595.
HSL color Cylindrical-coordinate representation of color #CB13DF: hue angle of 294.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13DF is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 19 | 223 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.13 |
| HSL | 294.12º | 0.84% | 0.47% | - |
| HSV(B) | 294.12º | 0.91% | 0.87% | - |
| XYZ | 38.18 | 18.49 | 71.37 | - |
| YUV | 97.27 | 198.96 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 223 | 0.09 | 0.91 | 0 | 0.13 | 294.12 | 0.84 | 0.47 |
| Hex | CB | 13 | DF | 9 | 5B | 0 | D | 126 | 54 | 2F |
| Octal | 313 | 23 | 337 | 11 | 133 | 0 | 15 | 446 | 124 | 57 |
| Binary | 11001011 | 10011 | 11011111 | 1001 | 1011011 | 0 | 1101 | 100100110 | 1010100 | 101111 |
Color Harmonies of #CB13DF
Complementary color
Monochromatic Colors of #CB13DF
Black with #CB13DF
Text Example
Text Example
White with #CB13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13DF; }
p { color: rgb(203,19,223); }
H1.HeaderClassName
{
color: #CB13DF;
}
.AnyTagClassName
{
color: #CB13DF;
}
</style>
background-color css
<style>
a { background-color: #CB13DF; }
a { background-color: rgb(203,19,223); }
div.DivClassName
{
background-color: #CB13DF;
}
.BgClassName
{
background-color: #CB13DF;
}
</style>
border-color css
<style>
span { border-color: #CB13DF; }
span { border-color: rgb(203,19,223); }
td.TdClassName
{
border-color: #CB13DF;
}
.TagClassName
{
border-color: #CB13DF;
}
</style>