Shades of Deep Magenta #CB06D2
Tints of Deep Magenta #CB06D2
RGB
CMYK
RGB Variations
Color information
#CB06D2 (or 0xCB06D2) is known color: Deep Magenta. HEX triplet: CB, 06 and D2. RGB value is (203,6,210). Sum of RGB (Red+Green+Blue) = 203+6+210=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB06D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06D2 is #34F92D. Grayscale: #575757. Windows color (decimal): -3471662 or 13764299. OLE color: 13764299.
HSL color Cylindrical-coordinate representation of color #CB06D2: hue angle of 297.94º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06D2 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 6 | 210 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.18 |
| HSL | 297.94º | 0.94% | 0.42% | - |
| HSV(B) | 297.94º | 0.97% | 0.82% | - |
| XYZ | 36.33 | 17.48 | 62.43 | - |
| YUV | 88.16 | 196.77 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 210 | 0.03 | 0.97 | 0 | 0.18 | 297.94 | 0.94 | 0.42 |
| Hex | CB | 6 | D2 | 3 | 61 | 0 | 12 | 12A | 5E | 2A |
| Octal | 313 | 6 | 322 | 3 | 141 | 0 | 22 | 452 | 136 | 52 |
| Binary | 11001011 | 110 | 11010010 | 11 | 1100001 | 0 | 10010 | 100101010 | 1011110 | 101010 |
Color Harmonies of #CB06D2
Complementary color
Monochromatic Colors of #CB06D2
Black with #CB06D2
Text Example
Text Example
White with #CB06D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06D2; }
p { color: rgb(203,6,210); }
H1.HeaderClassName
{
color: #CB06D2;
}
.AnyTagClassName
{
color: #CB06D2;
}
</style>
background-color css
<style>
a { background-color: #CB06D2; }
a { background-color: rgb(203,6,210); }
div.DivClassName
{
background-color: #CB06D2;
}
.BgClassName
{
background-color: #CB06D2;
}
</style>
border-color css
<style>
span { border-color: #CB06D2; }
span { border-color: rgb(203,6,210); }
td.TdClassName
{
border-color: #CB06D2;
}
.TagClassName
{
border-color: #CB06D2;
}
</style>