Shades of Deep Magenta #CB1CCF
Tints of Deep Magenta #CB1CCF
RGB
CMYK
RGB Variations
Color information
#CB1CCF (or 0xCB1CCF) is known color: Deep Magenta. HEX triplet: CB, 1C and CF. RGB value is (203,28,207). Sum of RGB (Red+Green+Blue) = 203+28+207=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1CCF is #34E330. Grayscale: #646464. Windows color (decimal): -3466033 or 13573323. OLE color: 13573323.
HSL color Cylindrical-coordinate representation of color #CB1CCF: hue angle of 298.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1CCF is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 28 | 207 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.19 |
| HSL | 298.66º | 0.76% | 0.46% | - |
| HSV(B) | 298.66º | 0.86% | 0.81% | - |
| XYZ | 36.31 | 18.03 | 60.6 | - |
| YUV | 100.73 | 187.98 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 207 | 0.02 | 0.86 | 0 | 0.19 | 298.66 | 0.76 | 0.46 |
| Hex | CB | 1C | CF | 2 | 56 | 0 | 13 | 12B | 4C | 2E |
| Octal | 313 | 34 | 317 | 2 | 126 | 0 | 23 | 453 | 114 | 56 |
| Binary | 11001011 | 11100 | 11001111 | 10 | 1010110 | 0 | 10011 | 100101011 | 1001100 | 101110 |
Color Harmonies of #CB1CCF
Complementary color
Monochromatic Colors of #CB1CCF
Black with #CB1CCF
Text Example
Text Example
White with #CB1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1CCF; }
p { color: rgb(203,28,207); }
H1.HeaderClassName
{
color: #CB1CCF;
}
.AnyTagClassName
{
color: #CB1CCF;
}
</style>
background-color css
<style>
a { background-color: #CB1CCF; }
a { background-color: rgb(203,28,207); }
div.DivClassName
{
background-color: #CB1CCF;
}
.BgClassName
{
background-color: #CB1CCF;
}
</style>
border-color css
<style>
span { border-color: #CB1CCF; }
span { border-color: rgb(203,28,207); }
td.TdClassName
{
border-color: #CB1CCF;
}
.TagClassName
{
border-color: #CB1CCF;
}
</style>