Shades of Deep Magenta #CB05B3
Tints of Deep Magenta #CB05B3
RGB
CMYK
RGB Variations
Color information
#CB05B3 (or 0xCB05B3) is known color: Deep Magenta. HEX triplet: CB, 05 and B3. RGB value is (203,5,179). Sum of RGB (Red+Green+Blue) = 203+5+179=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB05B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB05B3 is #34FA4C. Grayscale: #535353. Windows color (decimal): -3471949 or 11732427. OLE color: 11732427.
HSL color Cylindrical-coordinate representation of color #CB05B3: hue angle of 307.27º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05B3 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 179 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.20 |
| HSL | 307.27º | 0.95% | 0.41% | - |
| HSV(B) | 307.27º | 0.98% | 0.8% | - |
| XYZ | 32.82 | 16.06 | 44.02 | - |
| YUV | 84.04 | 181.6 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 179 | 0 | 0.98 | 0.12 | 0.20 | 307.27 | 0.95 | 0.41 |
| Hex | CB | 5 | B3 | 0 | 62 | C | 14 | 133 | 5F | 29 |
| Octal | 313 | 5 | 263 | 0 | 142 | 14 | 24 | 463 | 137 | 51 |
| Binary | 11001011 | 101 | 10110011 | 0 | 1100010 | 1100 | 10100 | 100110011 | 1011111 | 101001 |
Color Harmonies of #CB05B3
Complementary color
Monochromatic Colors of #CB05B3
Black with #CB05B3
Text Example
Text Example
White with #CB05B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB05B3; }
p { color: rgb(203,5,179); }
H1.HeaderClassName
{
color: #CB05B3;
}
.AnyTagClassName
{
color: #CB05B3;
}
</style>
background-color css
<style>
a { background-color: #CB05B3; }
a { background-color: rgb(203,5,179); }
div.DivClassName
{
background-color: #CB05B3;
}
.BgClassName
{
background-color: #CB05B3;
}
</style>
border-color css
<style>
span { border-color: #CB05B3; }
span { border-color: rgb(203,5,179); }
td.TdClassName
{
border-color: #CB05B3;
}
.TagClassName
{
border-color: #CB05B3;
}
</style>