Shades of Deep Magenta #CB06DD
Tints of Deep Magenta #CB06DD
RGB
CMYK
RGB Variations
Color information
#CB06DD (or 0xCB06DD) is known color: Deep Magenta. HEX triplet: CB, 06 and DD. RGB value is (203,6,221). Sum of RGB (Red+Green+Blue) = 203+6+221=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06DD is #34F922. Grayscale: #585858. Windows color (decimal): -3471651 or 14485195. OLE color: 14485195.
HSL color Cylindrical-coordinate representation of color #CB06DD: hue angle of 294.98º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06DD is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 6 | 221 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.13 |
| HSL | 294.98º | 0.95% | 0.45% | - |
| HSV(B) | 294.98º | 0.97% | 0.87% | - |
| XYZ | 37.74 | 18.05 | 69.9 | - |
| YUV | 89.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 221 | 0.08 | 0.97 | 0 | 0.13 | 294.98 | 0.95 | 0.45 |
| Hex | CB | 6 | DD | 8 | 61 | 0 | D | 127 | 5F | 2D |
| Octal | 313 | 6 | 335 | 10 | 141 | 0 | 15 | 447 | 137 | 55 |
| Binary | 11001011 | 110 | 11011101 | 1000 | 1100001 | 0 | 1101 | 100100111 | 1011111 | 101101 |
Color Harmonies of #CB06DD
Complementary color
Monochromatic Colors of #CB06DD
Black with #CB06DD
Text Example
Text Example
White with #CB06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06DD; }
p { color: rgb(203,6,221); }
H1.HeaderClassName
{
color: #CB06DD;
}
.AnyTagClassName
{
color: #CB06DD;
}
</style>
background-color css
<style>
a { background-color: #CB06DD; }
a { background-color: rgb(203,6,221); }
div.DivClassName
{
background-color: #CB06DD;
}
.BgClassName
{
background-color: #CB06DD;
}
</style>
border-color css
<style>
span { border-color: #CB06DD; }
span { border-color: rgb(203,6,221); }
td.TdClassName
{
border-color: #CB06DD;
}
.TagClassName
{
border-color: #CB06DD;
}
</style>