Shades of Deep Magenta #CB25B3
Tints of Deep Magenta #CB25B3
RGB
CMYK
RGB Variations
Color information
#CB25B3 (or 0xCB25B3) is known color: Deep Magenta. HEX triplet: CB, 25 and B3. RGB value is (203,37,179). Sum of RGB (Red+Green+Blue) = 203+37+179=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB25B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB25B3 is #34DA4C. Grayscale: #666666. Windows color (decimal): -3463757 or 11740619. OLE color: 11740619.
HSL color Cylindrical-coordinate representation of color #CB25B3: hue angle of 308.67º 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 #CB25B3 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 179 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.20 |
| HSL | 308.67º | 0.69% | 0.47% | - |
| HSV(B) | 308.67º | 0.82% | 0.8% | - |
| XYZ | 33.43 | 17.27 | 44.22 | - |
| YUV | 102.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 179 | 0 | 0.82 | 0.12 | 0.20 | 308.67 | 0.69 | 0.47 |
| Hex | CB | 25 | B3 | 0 | 52 | C | 14 | 135 | 45 | 2F |
| Octal | 313 | 45 | 263 | 0 | 122 | 14 | 24 | 465 | 105 | 57 |
| Binary | 11001011 | 100101 | 10110011 | 0 | 1010010 | 1100 | 10100 | 100110101 | 1000101 | 101111 |
Color Harmonies of #CB25B3
Complementary color
Monochromatic Colors of #CB25B3
Black with #CB25B3
Text Example
Text Example
White with #CB25B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25B3; }
p { color: rgb(203,37,179); }
H1.HeaderClassName
{
color: #CB25B3;
}
.AnyTagClassName
{
color: #CB25B3;
}
</style>
background-color css
<style>
a { background-color: #CB25B3; }
a { background-color: rgb(203,37,179); }
div.DivClassName
{
background-color: #CB25B3;
}
.BgClassName
{
background-color: #CB25B3;
}
</style>
border-color css
<style>
span { border-color: #CB25B3; }
span { border-color: rgb(203,37,179); }
td.TdClassName
{
border-color: #CB25B3;
}
.TagClassName
{
border-color: #CB25B3;
}
</style>