Shades of Deep Magenta #CB07D7
Tints of Deep Magenta #CB07D7
RGB
CMYK
RGB Variations
Color information
#CB07D7 (or 0xCB07D7) is known color: Deep Magenta. HEX triplet: CB, 07 and D7. RGB value is (203,7,215). Sum of RGB (Red+Green+Blue) = 203+7+215=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB07D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB07D7 is #34F828. Grayscale: #585858. Windows color (decimal): -3471401 or 14092235. OLE color: 14092235.
HSL color Cylindrical-coordinate representation of color #CB07D7: hue angle of 296.54º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB07D7 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 7 | 215 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.16 |
| HSL | 296.54º | 0.94% | 0.44% | - |
| HSV(B) | 296.54º | 0.97% | 0.84% | - |
| XYZ | 36.97 | 17.75 | 65.77 | - |
| YUV | 89.32 | 198.93 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 215 | 0.06 | 0.97 | 0 | 0.16 | 296.54 | 0.94 | 0.44 |
| Hex | CB | 7 | D7 | 6 | 61 | 0 | 10 | 129 | 5E | 2C |
| Octal | 313 | 7 | 327 | 6 | 141 | 0 | 20 | 451 | 136 | 54 |
| Binary | 11001011 | 111 | 11010111 | 110 | 1100001 | 0 | 10000 | 100101001 | 1011110 | 101100 |
Color Harmonies of #CB07D7
Complementary color
Monochromatic Colors of #CB07D7
Black with #CB07D7
Text Example
Text Example
White with #CB07D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB07D7; }
p { color: rgb(203,7,215); }
H1.HeaderClassName
{
color: #CB07D7;
}
.AnyTagClassName
{
color: #CB07D7;
}
</style>
background-color css
<style>
a { background-color: #CB07D7; }
a { background-color: rgb(203,7,215); }
div.DivClassName
{
background-color: #CB07D7;
}
.BgClassName
{
background-color: #CB07D7;
}
</style>
border-color css
<style>
span { border-color: #CB07D7; }
span { border-color: rgb(203,7,215); }
td.TdClassName
{
border-color: #CB07D7;
}
.TagClassName
{
border-color: #CB07D7;
}
</style>