Shades of Deep Magenta #CB06CC
Tints of Deep Magenta #CB06CC
RGB
CMYK
RGB Variations
Color information
#CB06CC (or 0xCB06CC) is known color: Deep Magenta. HEX triplet: CB, 06 and CC. RGB value is (203,6,204). Sum of RGB (Red+Green+Blue) = 203+6+204=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB06CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06CC is #34F933. Grayscale: #565656. Windows color (decimal): -3471668 or 13371083. OLE color: 13371083.
HSL color Cylindrical-coordinate representation of color #CB06CC: hue angle of 299.7º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06CC is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 6 | 204 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.2 |
| HSL | 299.7º | 0.94% | 0.41% | - |
| HSV(B) | 299.7º | 0.97% | 0.8% | - |
| XYZ | 35.59 | 17.19 | 58.57 | - |
| YUV | 87.48 | 193.77 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 204 | 0.00 | 0.97 | 0 | 0.2 | 299.7 | 0.94 | 0.41 |
| Hex | CB | 6 | CC | 0 | 61 | 0 | 14 | 12C | 5E | 29 |
| Octal | 313 | 6 | 314 | 0 | 141 | 0 | 24 | 454 | 136 | 51 |
| Binary | 11001011 | 110 | 11001100 | 0 | 1100001 | 0 | 10100 | 100101100 | 1011110 | 101001 |
Color Harmonies of #CB06CC
Complementary color
Monochromatic Colors of #CB06CC
Black with #CB06CC
Text Example
Text Example
White with #CB06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06CC; }
p { color: rgb(203,6,204); }
H1.HeaderClassName
{
color: #CB06CC;
}
.AnyTagClassName
{
color: #CB06CC;
}
</style>
background-color css
<style>
a { background-color: #CB06CC; }
a { background-color: rgb(203,6,204); }
div.DivClassName
{
background-color: #CB06CC;
}
.BgClassName
{
background-color: #CB06CC;
}
</style>
border-color css
<style>
span { border-color: #CB06CC; }
span { border-color: rgb(203,6,204); }
td.TdClassName
{
border-color: #CB06CC;
}
.TagClassName
{
border-color: #CB06CC;
}
</style>