Shades of Deep Magenta #CB09CF
Tints of Deep Magenta #CB09CF
RGB
CMYK
RGB Variations
Color information
#CB09CF (or 0xCB09CF) is known color: Deep Magenta. HEX triplet: CB, 09 and CF. RGB value is (203,9,207). Sum of RGB (Red+Green+Blue) = 203+9+207=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09CF is #34F630. Grayscale: #585858. Windows color (decimal): -3470897 or 13568459. OLE color: 13568459.
HSL color Cylindrical-coordinate representation of color #CB09CF: hue angle of 298.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09CF is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 9 | 207 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.19 |
| HSL | 298.79º | 0.92% | 0.42% | - |
| HSV(B) | 298.79º | 0.96% | 0.81% | - |
| XYZ | 35.99 | 17.4 | 60.49 | - |
| YUV | 89.58 | 194.27 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 207 | 0.02 | 0.96 | 0 | 0.19 | 298.79 | 0.92 | 0.42 |
| Hex | CB | 9 | CF | 2 | 60 | 0 | 13 | 12B | 5C | 2A |
| Octal | 313 | 11 | 317 | 2 | 140 | 0 | 23 | 453 | 134 | 52 |
| Binary | 11001011 | 1001 | 11001111 | 10 | 1100000 | 0 | 10011 | 100101011 | 1011100 | 101010 |
Color Harmonies of #CB09CF
Complementary color
Monochromatic Colors of #CB09CF
Black with #CB09CF
Text Example
Text Example
White with #CB09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB09CF; }
p { color: rgb(203,9,207); }
H1.HeaderClassName
{
color: #CB09CF;
}
.AnyTagClassName
{
color: #CB09CF;
}
</style>
background-color css
<style>
a { background-color: #CB09CF; }
a { background-color: rgb(203,9,207); }
div.DivClassName
{
background-color: #CB09CF;
}
.BgClassName
{
background-color: #CB09CF;
}
</style>
border-color css
<style>
span { border-color: #CB09CF; }
span { border-color: rgb(203,9,207); }
td.TdClassName
{
border-color: #CB09CF;
}
.TagClassName
{
border-color: #CB09CF;
}
</style>