Shades of Deep Magenta #CB1FAF
Tints of Deep Magenta #CB1FAF
RGB
CMYK
RGB Variations
Color information
#CB1FAF (or 0xCB1FAF) is known color: Deep Magenta. HEX triplet: CB, 1F and AF. RGB value is (203,31,175). Sum of RGB (Red+Green+Blue) = 203+31+175=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1FAF is #34E050. Grayscale: #626262. Windows color (decimal): -3465297 or 11476939. OLE color: 11476939.
HSL color Cylindrical-coordinate representation of color #CB1FAF: hue angle of 309.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1FAF is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 175 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.20 |
| HSL | 309.77º | 0.74% | 0.46% | - |
| HSV(B) | 309.77º | 0.85% | 0.8% | - |
| XYZ | 32.86 | 16.77 | 42.06 | - |
| YUV | 98.84 | 170.98 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 175 | 0 | 0.85 | 0.14 | 0.20 | 309.77 | 0.74 | 0.46 |
| Hex | CB | 1F | AF | 0 | 55 | E | 14 | 136 | 4A | 2E |
| Octal | 313 | 37 | 257 | 0 | 125 | 16 | 24 | 466 | 112 | 56 |
| Binary | 11001011 | 11111 | 10101111 | 0 | 1010101 | 1110 | 10100 | 100110110 | 1001010 | 101110 |
Color Harmonies of #CB1FAF
Complementary color
Monochromatic Colors of #CB1FAF
Black with #CB1FAF
Text Example
Text Example
White with #CB1FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1FAF; }
p { color: rgb(203,31,175); }
H1.HeaderClassName
{
color: #CB1FAF;
}
.AnyTagClassName
{
color: #CB1FAF;
}
</style>
background-color css
<style>
a { background-color: #CB1FAF; }
a { background-color: rgb(203,31,175); }
div.DivClassName
{
background-color: #CB1FAF;
}
.BgClassName
{
background-color: #CB1FAF;
}
</style>
border-color css
<style>
span { border-color: #CB1FAF; }
span { border-color: rgb(203,31,175); }
td.TdClassName
{
border-color: #CB1FAF;
}
.TagClassName
{
border-color: #CB1FAF;
}
</style>