Shades of Deep Magenta #CB06CE
Tints of Deep Magenta #CB06CE
RGB
CMYK
RGB Variations
Color information
#CB06CE (or 0xCB06CE) is known color: Deep Magenta. HEX triplet: CB, 06 and CE. RGB value is (203,6,206). Sum of RGB (Red+Green+Blue) = 203+6+206=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06CE is #34F931. Grayscale: #575757. Windows color (decimal): -3471666 or 13502155. OLE color: 13502155.
HSL color Cylindrical-coordinate representation of color #CB06CE: hue angle of 299.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB06CE is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 6 | 206 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.19 |
| HSL | 299.1º | 0.94% | 0.42% | - |
| HSV(B) | 299.1º | 0.97% | 0.81% | - |
| XYZ | 35.83 | 17.28 | 59.84 | - |
| YUV | 87.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 206 | 0.01 | 0.97 | 0 | 0.19 | 299.1 | 0.94 | 0.42 |
| Hex | CB | 6 | CE | 1 | 61 | 0 | 13 | 12B | 5E | 2A |
| Octal | 313 | 6 | 316 | 1 | 141 | 0 | 23 | 453 | 136 | 52 |
| Binary | 11001011 | 110 | 11001110 | 1 | 1100001 | 0 | 10011 | 100101011 | 1011110 | 101010 |
Color Harmonies of #CB06CE
Complementary color
Monochromatic Colors of #CB06CE
Black with #CB06CE
Text Example
Text Example
White with #CB06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06CE; }
p { color: rgb(203,6,206); }
H1.HeaderClassName
{
color: #CB06CE;
}
.AnyTagClassName
{
color: #CB06CE;
}
</style>
background-color css
<style>
a { background-color: #CB06CE; }
a { background-color: rgb(203,6,206); }
div.DivClassName
{
background-color: #CB06CE;
}
.BgClassName
{
background-color: #CB06CE;
}
</style>
border-color css
<style>
span { border-color: #CB06CE; }
span { border-color: rgb(203,6,206); }
td.TdClassName
{
border-color: #CB06CE;
}
.TagClassName
{
border-color: #CB06CE;
}
</style>