Shades of Deep Magenta #CB25C7
Tints of Deep Magenta #CB25C7
RGB
CMYK
RGB Variations
Color information
#CB25C7 (or 0xCB25C7) is known color: Deep Magenta. HEX triplet: CB, 25 and C7. RGB value is (203,37,199). Sum of RGB (Red+Green+Blue) = 203+37+199=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25C7 is #34DA38. Grayscale: #686868. Windows color (decimal): -3463737 or 13051339. OLE color: 13051339.
HSL color Cylindrical-coordinate representation of color #CB25C7: hue angle of 301.45º 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 #CB25C7 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 199 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.20 |
| HSL | 301.45º | 0.69% | 0.47% | - |
| HSV(B) | 301.45º | 0.82% | 0.8% | - |
| XYZ | 35.6 | 18.14 | 55.66 | - |
| YUV | 105.1 | 181 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 199 | 0 | 0.82 | 0.02 | 0.20 | 301.45 | 0.69 | 0.47 |
| Hex | CB | 25 | C7 | 0 | 52 | 2 | 14 | 12D | 45 | 2F |
| Octal | 313 | 45 | 307 | 0 | 122 | 2 | 24 | 455 | 105 | 57 |
| Binary | 11001011 | 100101 | 11000111 | 0 | 1010010 | 10 | 10100 | 100101101 | 1000101 | 101111 |
Color Harmonies of #CB25C7
Complementary color
Monochromatic Colors of #CB25C7
Black with #CB25C7
Text Example
Text Example
White with #CB25C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25C7; }
p { color: rgb(203,37,199); }
H1.HeaderClassName
{
color: #CB25C7;
}
.AnyTagClassName
{
color: #CB25C7;
}
</style>
background-color css
<style>
a { background-color: #CB25C7; }
a { background-color: rgb(203,37,199); }
div.DivClassName
{
background-color: #CB25C7;
}
.BgClassName
{
background-color: #CB25C7;
}
</style>
border-color css
<style>
span { border-color: #CB25C7; }
span { border-color: rgb(203,37,199); }
td.TdClassName
{
border-color: #CB25C7;
}
.TagClassName
{
border-color: #CB25C7;
}
</style>