Shades of Deep Magenta #CB25BB
Tints of Deep Magenta #CB25BB
RGB
CMYK
RGB Variations
Color information
#CB25BB (or 0xCB25BB) is known color: Deep Magenta. HEX triplet: CB, 25 and BB. RGB value is (203,37,187). Sum of RGB (Red+Green+Blue) = 203+37+187=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25BB is #34DA44. Grayscale: #676767. Windows color (decimal): -3463749 or 12264907. OLE color: 12264907.
HSL color Cylindrical-coordinate representation of color #CB25BB: hue angle of 305.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB25BB is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 187 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.20 |
| HSL | 305.78º | 0.69% | 0.47% | - |
| HSV(B) | 305.78º | 0.82% | 0.8% | - |
| XYZ | 34.26 | 17.61 | 48.61 | - |
| YUV | 103.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 187 | 0 | 0.82 | 0.08 | 0.20 | 305.78 | 0.69 | 0.47 |
| Hex | CB | 25 | BB | 0 | 52 | 8 | 14 | 132 | 45 | 2F |
| Octal | 313 | 45 | 273 | 0 | 122 | 10 | 24 | 462 | 105 | 57 |
| Binary | 11001011 | 100101 | 10111011 | 0 | 1010010 | 1000 | 10100 | 100110010 | 1000101 | 101111 |
Color Harmonies of #CB25BB
Complementary color
Monochromatic Colors of #CB25BB
Black with #CB25BB
Text Example
Text Example
White with #CB25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25BB; }
p { color: rgb(203,37,187); }
H1.HeaderClassName
{
color: #CB25BB;
}
.AnyTagClassName
{
color: #CB25BB;
}
</style>
background-color css
<style>
a { background-color: #CB25BB; }
a { background-color: rgb(203,37,187); }
div.DivClassName
{
background-color: #CB25BB;
}
.BgClassName
{
background-color: #CB25BB;
}
</style>
border-color css
<style>
span { border-color: #CB25BB; }
span { border-color: rgb(203,37,187); }
td.TdClassName
{
border-color: #CB25BB;
}
.TagClassName
{
border-color: #CB25BB;
}
</style>