Shades of Deep Magenta #CB0FCC
Tints of Deep Magenta #CB0FCC
RGB
CMYK
RGB Variations
Color information
#CB0FCC (or 0xCB0FCC) is known color: Deep Magenta. HEX triplet: CB, 0F and CC. RGB value is (203,15,204). Sum of RGB (Red+Green+Blue) = 203+15+204=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB0FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0FCC is #34F033. Grayscale: #5C5C5C. Windows color (decimal): -3469364 or 13373387. OLE color: 13373387.
HSL color Cylindrical-coordinate representation of color #CB0FCC: hue angle of 299.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0FCC is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 15 | 204 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.2 |
| HSL | 299.68º | 0.86% | 0.43% | - |
| HSV(B) | 299.68º | 0.93% | 0.8% | - |
| XYZ | 35.7 | 17.4 | 58.6 | - |
| YUV | 92.76 | 190.78 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 15 | 204 | 0.00 | 0.93 | 0 | 0.2 | 299.68 | 0.86 | 0.43 |
| Hex | CB | F | CC | 0 | 5D | 0 | 14 | 12C | 56 | 2B |
| Octal | 313 | 17 | 314 | 0 | 135 | 0 | 24 | 454 | 126 | 53 |
| Binary | 11001011 | 1111 | 11001100 | 0 | 1011101 | 0 | 10100 | 100101100 | 1010110 | 101011 |
Color Harmonies of #CB0FCC
Complementary color
Monochromatic Colors of #CB0FCC
Black with #CB0FCC
Text Example
Text Example
White with #CB0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0FCC; }
p { color: rgb(203,15,204); }
H1.HeaderClassName
{
color: #CB0FCC;
}
.AnyTagClassName
{
color: #CB0FCC;
}
</style>
background-color css
<style>
a { background-color: #CB0FCC; }
a { background-color: rgb(203,15,204); }
div.DivClassName
{
background-color: #CB0FCC;
}
.BgClassName
{
background-color: #CB0FCC;
}
</style>
border-color css
<style>
span { border-color: #CB0FCC; }
span { border-color: rgb(203,15,204); }
td.TdClassName
{
border-color: #CB0FCC;
}
.TagClassName
{
border-color: #CB0FCC;
}
</style>