Shades of Deep Magenta #CB12C7
Tints of Deep Magenta #CB12C7
RGB
CMYK
RGB Variations
Color information
#CB12C7 (or 0xCB12C7) is known color: Deep Magenta. HEX triplet: CB, 12 and C7. RGB value is (203,18,199). Sum of RGB (Red+Green+Blue) = 203+18+199=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB12C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB12C7 is #34ED38. Grayscale: #5D5D5D. Windows color (decimal): -3468601 or 13046475. OLE color: 13046475.
HSL color Cylindrical-coordinate representation of color #CB12C7: hue angle of 301.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB12C7 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 199 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.20 |
| HSL | 301.3º | 0.84% | 0.43% | - |
| HSV(B) | 301.3º | 0.91% | 0.8% | - |
| XYZ | 35.15 | 17.25 | 55.51 | - |
| YUV | 93.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 199 | 0 | 0.91 | 0.02 | 0.20 | 301.3 | 0.84 | 0.43 |
| Hex | CB | 12 | C7 | 0 | 5B | 2 | 14 | 12D | 54 | 2B |
| Octal | 313 | 22 | 307 | 0 | 133 | 2 | 24 | 455 | 124 | 53 |
| Binary | 11001011 | 10010 | 11000111 | 0 | 1011011 | 10 | 10100 | 100101101 | 1010100 | 101011 |
Color Harmonies of #CB12C7
Complementary color
Monochromatic Colors of #CB12C7
Black with #CB12C7
Text Example
Text Example
White with #CB12C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12C7; }
p { color: rgb(203,18,199); }
H1.HeaderClassName
{
color: #CB12C7;
}
.AnyTagClassName
{
color: #CB12C7;
}
</style>
background-color css
<style>
a { background-color: #CB12C7; }
a { background-color: rgb(203,18,199); }
div.DivClassName
{
background-color: #CB12C7;
}
.BgClassName
{
background-color: #CB12C7;
}
</style>
border-color css
<style>
span { border-color: #CB12C7; }
span { border-color: rgb(203,18,199); }
td.TdClassName
{
border-color: #CB12C7;
}
.TagClassName
{
border-color: #CB12C7;
}
</style>