Shades of Deep Magenta #CB13D2
Tints of Deep Magenta #CB13D2
RGB
CMYK
RGB Variations
Color information
#CB13D2 (or 0xCB13D2) is known color: Deep Magenta. HEX triplet: CB, 13 and D2. RGB value is (203,19,210). Sum of RGB (Red+Green+Blue) = 203+19+210=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 210 (82.42% from 255 or 48.61% from 432); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB13D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13D2 is #34EC2D. Grayscale: #5F5F5F. Windows color (decimal): -3468334 or 13767627. OLE color: 13767627.
HSL color Cylindrical-coordinate representation of color #CB13D2: hue angle of 297.8º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13D2 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 19 | 210 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.18 |
| HSL | 297.8º | 0.83% | 0.45% | - |
| HSV(B) | 297.8º | 0.91% | 0.82% | - |
| XYZ | 36.49 | 17.82 | 62.49 | - |
| YUV | 95.79 | 192.46 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 210 | 0.03 | 0.91 | 0 | 0.18 | 297.8 | 0.83 | 0.45 |
| Hex | CB | 13 | D2 | 3 | 5B | 0 | 12 | 12A | 53 | 2D |
| Octal | 313 | 23 | 322 | 3 | 133 | 0 | 22 | 452 | 123 | 55 |
| Binary | 11001011 | 10011 | 11010010 | 11 | 1011011 | 0 | 10010 | 100101010 | 1010011 | 101101 |
Color Harmonies of #CB13D2
Complementary color
Monochromatic Colors of #CB13D2
Black with #CB13D2
Text Example
Text Example
White with #CB13D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13D2; }
p { color: rgb(203,19,210); }
H1.HeaderClassName
{
color: #CB13D2;
}
.AnyTagClassName
{
color: #CB13D2;
}
</style>
background-color css
<style>
a { background-color: #CB13D2; }
a { background-color: rgb(203,19,210); }
div.DivClassName
{
background-color: #CB13D2;
}
.BgClassName
{
background-color: #CB13D2;
}
</style>
border-color css
<style>
span { border-color: #CB13D2; }
span { border-color: rgb(203,19,210); }
td.TdClassName
{
border-color: #CB13D2;
}
.TagClassName
{
border-color: #CB13D2;
}
</style>