Shades of Deep Magenta #CB1FB4
Tints of Deep Magenta #CB1FB4
RGB
CMYK
RGB Variations
Color information
#CB1FB4 (or 0xCB1FB4) is known color: Deep Magenta. HEX triplet: CB, 1F and B4. RGB value is (203,31,180). Sum of RGB (Red+Green+Blue) = 203+31+180=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1FB4 is #34E04B. Grayscale: #626262. Windows color (decimal): -3465292 or 11804619. OLE color: 11804619.
HSL color Cylindrical-coordinate representation of color #CB1FB4: hue angle of 308.02º 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 #CB1FB4 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 180 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.20 |
| HSL | 308.02º | 0.74% | 0.46% | - |
| HSV(B) | 308.02º | 0.85% | 0.8% | - |
| XYZ | 33.36 | 16.97 | 44.7 | - |
| YUV | 99.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 180 | 0 | 0.85 | 0.11 | 0.20 | 308.02 | 0.74 | 0.46 |
| Hex | CB | 1F | B4 | 0 | 55 | B | 14 | 134 | 4A | 2E |
| Octal | 313 | 37 | 264 | 0 | 125 | 13 | 24 | 464 | 112 | 56 |
| Binary | 11001011 | 11111 | 10110100 | 0 | 1010101 | 1011 | 10100 | 100110100 | 1001010 | 101110 |
Color Harmonies of #CB1FB4
Complementary color
Monochromatic Colors of #CB1FB4
Black with #CB1FB4
Text Example
Text Example
White with #CB1FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1FB4; }
p { color: rgb(203,31,180); }
H1.HeaderClassName
{
color: #CB1FB4;
}
.AnyTagClassName
{
color: #CB1FB4;
}
</style>
background-color css
<style>
a { background-color: #CB1FB4; }
a { background-color: rgb(203,31,180); }
div.DivClassName
{
background-color: #CB1FB4;
}
.BgClassName
{
background-color: #CB1FB4;
}
</style>
border-color css
<style>
span { border-color: #CB1FB4; }
span { border-color: rgb(203,31,180); }
td.TdClassName
{
border-color: #CB1FB4;
}
.TagClassName
{
border-color: #CB1FB4;
}
</style>