Shades of Deep Magenta #CB09BE
Tints of Deep Magenta #CB09BE
RGB
CMYK
RGB Variations
Color information
#CB09BE (or 0xCB09BE) is known color: Deep Magenta. HEX triplet: CB, 09 and BE. RGB value is (203,9,190). Sum of RGB (Red+Green+Blue) = 203+9+190=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09BE is #34F641. Grayscale: #575757. Windows color (decimal): -3470914 or 12454347. OLE color: 12454347.
HSL color Cylindrical-coordinate representation of color #CB09BE: hue angle of 304.02º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09BE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.20 |
| HSL | 304.02º | 0.92% | 0.42% | - |
| HSV(B) | 304.02º | 0.96% | 0.8% | - |
| XYZ | 34.02 | 16.61 | 50.13 | - |
| YUV | 87.64 | 185.77 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 190 | 0 | 0.96 | 0.06 | 0.20 | 304.02 | 0.92 | 0.42 |
| Hex | CB | 9 | BE | 0 | 60 | 6 | 14 | 130 | 5C | 2A |
| Octal | 313 | 11 | 276 | 0 | 140 | 6 | 24 | 460 | 134 | 52 |
| Binary | 11001011 | 1001 | 10111110 | 0 | 1100000 | 110 | 10100 | 100110000 | 1011100 | 101010 |
Color Harmonies of #CB09BE
Complementary color
Monochromatic Colors of #CB09BE
Black with #CB09BE
Text Example
Text Example
White with #CB09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09BE; }
p { color: rgb(203,9,190); }
H1.HeaderClassName
{
color: #CB09BE;
}
.AnyTagClassName
{
color: #CB09BE;
}
</style>
background-color css
<style>
a { background-color: #CB09BE; }
a { background-color: rgb(203,9,190); }
div.DivClassName
{
background-color: #CB09BE;
}
.BgClassName
{
background-color: #CB09BE;
}
</style>
border-color css
<style>
span { border-color: #CB09BE; }
span { border-color: rgb(203,9,190); }
td.TdClassName
{
border-color: #CB09BE;
}
.TagClassName
{
border-color: #CB09BE;
}
</style>