Shades of Deep Magenta #CB25B5
Tints of Deep Magenta #CB25B5
RGB
CMYK
RGB Variations
Color information
#CB25B5 (or 0xCB25B5) is known color: Deep Magenta. HEX triplet: CB, 25 and B5. RGB value is (203,37,181). Sum of RGB (Red+Green+Blue) = 203+37+181=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25B5 is #34DA4A. Grayscale: #666666. Windows color (decimal): -3463755 or 11871691. OLE color: 11871691.
HSL color Cylindrical-coordinate representation of color #CB25B5: hue angle of 307.95º 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 #CB25B5 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 181 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.20 |
| HSL | 307.95º | 0.69% | 0.47% | - |
| HSV(B) | 307.95º | 0.82% | 0.8% | - |
| XYZ | 33.63 | 17.36 | 45.29 | - |
| YUV | 103.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 181 | 0 | 0.82 | 0.11 | 0.20 | 307.95 | 0.69 | 0.47 |
| Hex | CB | 25 | B5 | 0 | 52 | B | 14 | 134 | 45 | 2F |
| Octal | 313 | 45 | 265 | 0 | 122 | 13 | 24 | 464 | 105 | 57 |
| Binary | 11001011 | 100101 | 10110101 | 0 | 1010010 | 1011 | 10100 | 100110100 | 1000101 | 101111 |
Color Harmonies of #CB25B5
Complementary color
Monochromatic Colors of #CB25B5
Black with #CB25B5
Text Example
Text Example
White with #CB25B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25B5; }
p { color: rgb(203,37,181); }
H1.HeaderClassName
{
color: #CB25B5;
}
.AnyTagClassName
{
color: #CB25B5;
}
</style>
background-color css
<style>
a { background-color: #CB25B5; }
a { background-color: rgb(203,37,181); }
div.DivClassName
{
background-color: #CB25B5;
}
.BgClassName
{
background-color: #CB25B5;
}
</style>
border-color css
<style>
span { border-color: #CB25B5; }
span { border-color: rgb(203,37,181); }
td.TdClassName
{
border-color: #CB25B5;
}
.TagClassName
{
border-color: #CB25B5;
}
</style>