Shades of Deep Magenta #CB25C3
Tints of Deep Magenta #CB25C3
RGB
CMYK
RGB Variations
Color information
#CB25C3 (or 0xCB25C3) is known color: Deep Magenta. HEX triplet: CB, 25 and C3. RGB value is (203,37,195). Sum of RGB (Red+Green+Blue) = 203+37+195=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25C3 is #34DA3C. Grayscale: #686868. Windows color (decimal): -3463741 or 12789195. OLE color: 12789195.
HSL color Cylindrical-coordinate representation of color #CB25C3: hue angle of 302.89º 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 #CB25C3 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 195 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.20 |
| HSL | 302.89º | 0.69% | 0.47% | - |
| HSV(B) | 302.89º | 0.82% | 0.8% | - |
| XYZ | 35.14 | 17.96 | 53.24 | - |
| YUV | 104.65 | 179 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 195 | 0 | 0.82 | 0.04 | 0.20 | 302.89 | 0.69 | 0.47 |
| Hex | CB | 25 | C3 | 0 | 52 | 4 | 14 | 12F | 45 | 2F |
| Octal | 313 | 45 | 303 | 0 | 122 | 4 | 24 | 457 | 105 | 57 |
| Binary | 11001011 | 100101 | 11000011 | 0 | 1010010 | 100 | 10100 | 100101111 | 1000101 | 101111 |
Color Harmonies of #CB25C3
Complementary color
Monochromatic Colors of #CB25C3
Black with #CB25C3
Text Example
Text Example
White with #CB25C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25C3; }
p { color: rgb(203,37,195); }
H1.HeaderClassName
{
color: #CB25C3;
}
.AnyTagClassName
{
color: #CB25C3;
}
</style>
background-color css
<style>
a { background-color: #CB25C3; }
a { background-color: rgb(203,37,195); }
div.DivClassName
{
background-color: #CB25C3;
}
.BgClassName
{
background-color: #CB25C3;
}
</style>
border-color css
<style>
span { border-color: #CB25C3; }
span { border-color: rgb(203,37,195); }
td.TdClassName
{
border-color: #CB25C3;
}
.TagClassName
{
border-color: #CB25C3;
}
</style>