Shades of Deep Magenta #CB0CCF
Tints of Deep Magenta #CB0CCF
RGB
CMYK
RGB Variations
Color information
#CB0CCF (or 0xCB0CCF) is known color: Deep Magenta. HEX triplet: CB, 0C and CF. RGB value is (203,12,207). Sum of RGB (Red+Green+Blue) = 203+12+207=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0CCF is #34F330. Grayscale: #5A5A5A. Windows color (decimal): -3470129 or 13569227. OLE color: 13569227.
HSL color Cylindrical-coordinate representation of color #CB0CCF: hue angle of 298.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0CCF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 12 | 207 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.19 |
| HSL | 298.77º | 0.89% | 0.43% | - |
| HSV(B) | 298.77º | 0.94% | 0.81% | - |
| XYZ | 36.02 | 17.46 | 60.5 | - |
| YUV | 91.34 | 193.28 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 207 | 0.02 | 0.94 | 0 | 0.19 | 298.77 | 0.89 | 0.43 |
| Hex | CB | C | CF | 2 | 5E | 0 | 13 | 12B | 59 | 2B |
| Octal | 313 | 14 | 317 | 2 | 136 | 0 | 23 | 453 | 131 | 53 |
| Binary | 11001011 | 1100 | 11001111 | 10 | 1011110 | 0 | 10011 | 100101011 | 1011001 | 101011 |
Color Harmonies of #CB0CCF
Complementary color
Monochromatic Colors of #CB0CCF
Black with #CB0CCF
Text Example
Text Example
White with #CB0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0CCF; }
p { color: rgb(203,12,207); }
H1.HeaderClassName
{
color: #CB0CCF;
}
.AnyTagClassName
{
color: #CB0CCF;
}
</style>
background-color css
<style>
a { background-color: #CB0CCF; }
a { background-color: rgb(203,12,207); }
div.DivClassName
{
background-color: #CB0CCF;
}
.BgClassName
{
background-color: #CB0CCF;
}
</style>
border-color css
<style>
span { border-color: #CB0CCF; }
span { border-color: rgb(203,12,207); }
td.TdClassName
{
border-color: #CB0CCF;
}
.TagClassName
{
border-color: #CB0CCF;
}
</style>