Shades of Deep Magenta #CB09DF
Tints of Deep Magenta #CB09DF
RGB
CMYK
RGB Variations
Color information
#CB09DF (or 0xCB09DF) is known color: Deep Magenta. HEX triplet: CB, 09 and DF. RGB value is (203,9,223). Sum of RGB (Red+Green+Blue) = 203+9+223=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09DF is #34F620. Grayscale: #5A5A5A. Windows color (decimal): -3470881 or 14617035. OLE color: 14617035.
HSL color Cylindrical-coordinate representation of color #CB09DF: hue angle of 294.39º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09DF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 9 | 223 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.13 |
| HSL | 294.39º | 0.92% | 0.45% | - |
| HSV(B) | 294.39º | 0.96% | 0.87% | - |
| XYZ | 38.05 | 18.22 | 71.32 | - |
| YUV | 91.4 | 202.27 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 223 | 0.09 | 0.96 | 0 | 0.13 | 294.39 | 0.92 | 0.45 |
| Hex | CB | 9 | DF | 9 | 60 | 0 | D | 126 | 5C | 2D |
| Octal | 313 | 11 | 337 | 11 | 140 | 0 | 15 | 446 | 134 | 55 |
| Binary | 11001011 | 1001 | 11011111 | 1001 | 1100000 | 0 | 1101 | 100100110 | 1011100 | 101101 |
Color Harmonies of #CB09DF
Complementary color
Monochromatic Colors of #CB09DF
Black with #CB09DF
Text Example
Text Example
White with #CB09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09DF; }
p { color: rgb(203,9,223); }
H1.HeaderClassName
{
color: #CB09DF;
}
.AnyTagClassName
{
color: #CB09DF;
}
</style>
background-color css
<style>
a { background-color: #CB09DF; }
a { background-color: rgb(203,9,223); }
div.DivClassName
{
background-color: #CB09DF;
}
.BgClassName
{
background-color: #CB09DF;
}
</style>
border-color css
<style>
span { border-color: #CB09DF; }
span { border-color: rgb(203,9,223); }
td.TdClassName
{
border-color: #CB09DF;
}
.TagClassName
{
border-color: #CB09DF;
}
</style>