Shades of Deep Magenta #CB13B3
Tints of Deep Magenta #CB13B3
RGB
CMYK
RGB Variations
Color information
#CB13B3 (or 0xCB13B3) is known color: Deep Magenta. HEX triplet: CB, 13 and B3. RGB value is (203,19,179). Sum of RGB (Red+Green+Blue) = 203+19+179=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB13B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB13B3 is #34EC4C. Grayscale: #5B5B5B. Windows color (decimal): -3468365 or 11736011. OLE color: 11736011.
HSL color Cylindrical-coordinate representation of color #CB13B3: hue angle of 307.83º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB13B3 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 179 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.20 |
| HSL | 307.83º | 0.83% | 0.44% | - |
| HSV(B) | 307.83º | 0.91% | 0.8% | - |
| XYZ | 33 | 16.42 | 44.08 | - |
| YUV | 92.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 179 | 0 | 0.91 | 0.12 | 0.20 | 307.83 | 0.83 | 0.44 |
| Hex | CB | 13 | B3 | 0 | 5B | C | 14 | 134 | 53 | 2C |
| Octal | 313 | 23 | 263 | 0 | 133 | 14 | 24 | 464 | 123 | 54 |
| Binary | 11001011 | 10011 | 10110011 | 0 | 1011011 | 1100 | 10100 | 100110100 | 1010011 | 101100 |
Color Harmonies of #CB13B3
Complementary color
Monochromatic Colors of #CB13B3
Black with #CB13B3
Text Example
Text Example
White with #CB13B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB13B3; }
p { color: rgb(203,19,179); }
H1.HeaderClassName
{
color: #CB13B3;
}
.AnyTagClassName
{
color: #CB13B3;
}
</style>
background-color css
<style>
a { background-color: #CB13B3; }
a { background-color: rgb(203,19,179); }
div.DivClassName
{
background-color: #CB13B3;
}
.BgClassName
{
background-color: #CB13B3;
}
</style>
border-color css
<style>
span { border-color: #CB13B3; }
span { border-color: rgb(203,19,179); }
td.TdClassName
{
border-color: #CB13B3;
}
.TagClassName
{
border-color: #CB13B3;
}
</style>