Shades of Deep Magenta #CB13CF
Tints of Deep Magenta #CB13CF
RGB
CMYK
RGB Variations
Color information
#CB13CF (or 0xCB13CF) is known color: Deep Magenta. HEX triplet: CB, 13 and CF. RGB value is (203,19,207). Sum of RGB (Red+Green+Blue) = 203+19+207=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB13CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13CF is #34EC30. Grayscale: #5E5E5E. Windows color (decimal): -3468337 or 13571019. OLE color: 13571019.
HSL color Cylindrical-coordinate representation of color #CB13CF: hue angle of 298.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13CF is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 19 | 207 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.19 |
| HSL | 298.72º | 0.83% | 0.44% | - |
| HSV(B) | 298.72º | 0.91% | 0.81% | - |
| XYZ | 36.12 | 17.67 | 60.54 | - |
| YUV | 95.45 | 190.96 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 207 | 0.02 | 0.91 | 0 | 0.19 | 298.72 | 0.83 | 0.44 |
| Hex | CB | 13 | CF | 2 | 5B | 0 | 13 | 12B | 53 | 2C |
| Octal | 313 | 23 | 317 | 2 | 133 | 0 | 23 | 453 | 123 | 54 |
| Binary | 11001011 | 10011 | 11001111 | 10 | 1011011 | 0 | 10011 | 100101011 | 1010011 | 101100 |
Color Harmonies of #CB13CF
Complementary color
Monochromatic Colors of #CB13CF
Black with #CB13CF
Text Example
Text Example
White with #CB13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13CF; }
p { color: rgb(203,19,207); }
H1.HeaderClassName
{
color: #CB13CF;
}
.AnyTagClassName
{
color: #CB13CF;
}
</style>
background-color css
<style>
a { background-color: #CB13CF; }
a { background-color: rgb(203,19,207); }
div.DivClassName
{
background-color: #CB13CF;
}
.BgClassName
{
background-color: #CB13CF;
}
</style>
border-color css
<style>
span { border-color: #CB13CF; }
span { border-color: rgb(203,19,207); }
td.TdClassName
{
border-color: #CB13CF;
}
.TagClassName
{
border-color: #CB13CF;
}
</style>