Shades of Deep Magenta #CB09BD
Tints of Deep Magenta #CB09BD
RGB
CMYK
RGB Variations
Color information
#CB09BD (or 0xCB09BD) is known color: Deep Magenta. HEX triplet: CB, 09 and BD. RGB value is (203,9,189). Sum of RGB (Red+Green+Blue) = 203+9+189=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09BD is #34F642. Grayscale: #575757. Windows color (decimal): -3470915 or 12388811. OLE color: 12388811.
HSL color Cylindrical-coordinate representation of color #CB09BD: hue angle of 304.33º 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 #CB09BD is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.20 |
| HSL | 304.33º | 0.92% | 0.42% | - |
| HSV(B) | 304.33º | 0.96% | 0.8% | - |
| XYZ | 33.91 | 16.57 | 49.55 | - |
| YUV | 87.53 | 185.27 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 189 | 0 | 0.96 | 0.07 | 0.20 | 304.33 | 0.92 | 0.42 |
| Hex | CB | 9 | BD | 0 | 60 | 7 | 14 | 130 | 5C | 2A |
| Octal | 313 | 11 | 275 | 0 | 140 | 7 | 24 | 460 | 134 | 52 |
| Binary | 11001011 | 1001 | 10111101 | 0 | 1100000 | 111 | 10100 | 100110000 | 1011100 | 101010 |
Color Harmonies of #CB09BD
Complementary color
Monochromatic Colors of #CB09BD
Black with #CB09BD
Text Example
Text Example
White with #CB09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09BD; }
p { color: rgb(203,9,189); }
H1.HeaderClassName
{
color: #CB09BD;
}
.AnyTagClassName
{
color: #CB09BD;
}
</style>
background-color css
<style>
a { background-color: #CB09BD; }
a { background-color: rgb(203,9,189); }
div.DivClassName
{
background-color: #CB09BD;
}
.BgClassName
{
background-color: #CB09BD;
}
</style>
border-color css
<style>
span { border-color: #CB09BD; }
span { border-color: rgb(203,9,189); }
td.TdClassName
{
border-color: #CB09BD;
}
.TagClassName
{
border-color: #CB09BD;
}
</style>