Shades of Deep Magenta #CB14D7
Tints of Deep Magenta #CB14D7
RGB
CMYK
RGB Variations
Color information
#CB14D7 (or 0xCB14D7) is known color: Deep Magenta. HEX triplet: CB, 14 and D7. RGB value is (203,20,215). Sum of RGB (Red+Green+Blue) = 203+20+215=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB14D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB14D7 is #34EB28. Grayscale: #606060. Windows color (decimal): -3468073 or 14095563. OLE color: 14095563.
HSL color Cylindrical-coordinate representation of color #CB14D7: hue angle of 296.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB14D7 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 20 | 215 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.16 |
| HSL | 296.31º | 0.83% | 0.46% | - |
| HSV(B) | 296.31º | 0.91% | 0.84% | - |
| XYZ | 37.14 | 18.1 | 65.83 | - |
| YUV | 96.95 | 194.63 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 215 | 0.06 | 0.91 | 0 | 0.16 | 296.31 | 0.83 | 0.46 |
| Hex | CB | 14 | D7 | 6 | 5B | 0 | 10 | 128 | 53 | 2E |
| Octal | 313 | 24 | 327 | 6 | 133 | 0 | 20 | 450 | 123 | 56 |
| Binary | 11001011 | 10100 | 11010111 | 110 | 1011011 | 0 | 10000 | 100101000 | 1010011 | 101110 |
Color Harmonies of #CB14D7
Complementary color
Monochromatic Colors of #CB14D7
Black with #CB14D7
Text Example
Text Example
White with #CB14D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB14D7; }
p { color: rgb(203,20,215); }
H1.HeaderClassName
{
color: #CB14D7;
}
.AnyTagClassName
{
color: #CB14D7;
}
</style>
background-color css
<style>
a { background-color: #CB14D7; }
a { background-color: rgb(203,20,215); }
div.DivClassName
{
background-color: #CB14D7;
}
.BgClassName
{
background-color: #CB14D7;
}
</style>
border-color css
<style>
span { border-color: #CB14D7; }
span { border-color: rgb(203,20,215); }
td.TdClassName
{
border-color: #CB14D7;
}
.TagClassName
{
border-color: #CB14D7;
}
</style>