Shades of Deep Magenta #CB25E5
Tints of Deep Magenta #CB25E5
RGB
CMYK
RGB Variations
Color information
#CB25E5 (or 0xCB25E5) is known color: Deep Magenta. HEX triplet: CB, 25 and E5. RGB value is (203,37,229). Sum of RGB (Red+Green+Blue) = 203+37+229=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB25E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25E5 is #34DA1A. Grayscale: #6B6B6B. Windows color (decimal): -3463707 or 15017419. OLE color: 15017419.
HSL color Cylindrical-coordinate representation of color #CB25E5: hue angle of 291.88º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB25E5 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 37 | 229 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.10 |
| HSL | 291.88º | 0.79% | 0.52% | - |
| HSV(B) | 291.88º | 0.84% | 0.9% | - |
| XYZ | 39.43 | 19.68 | 75.85 | - |
| YUV | 108.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 229 | 0.11 | 0.84 | 0 | 0.10 | 291.88 | 0.79 | 0.52 |
| Hex | CB | 25 | E5 | B | 54 | 0 | A | 124 | 4F | 34 |
| Octal | 313 | 45 | 345 | 13 | 124 | 0 | 12 | 444 | 117 | 64 |
| Binary | 11001011 | 100101 | 11100101 | 1011 | 1010100 | 0 | 1010 | 100100100 | 1001111 | 110100 |
Color Harmonies of #CB25E5
Complementary color
Monochromatic Colors of #CB25E5
Black with #CB25E5
Text Example
Text Example
White with #CB25E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25E5; }
p { color: rgb(203,37,229); }
H1.HeaderClassName
{
color: #CB25E5;
}
.AnyTagClassName
{
color: #CB25E5;
}
</style>
background-color css
<style>
a { background-color: #CB25E5; }
a { background-color: rgb(203,37,229); }
div.DivClassName
{
background-color: #CB25E5;
}
.BgClassName
{
background-color: #CB25E5;
}
</style>
border-color css
<style>
span { border-color: #CB25E5; }
span { border-color: rgb(203,37,229); }
td.TdClassName
{
border-color: #CB25E5;
}
.TagClassName
{
border-color: #CB25E5;
}
</style>