Shades of Fuchsia #CB31B9
Tints of Fuchsia #CB31B9
RGB
CMYK
RGB Variations
Color information
#CB31B9 (or 0xCB31B9) is known color: Fuchsia. HEX triplet: CB, 31 and B9. RGB value is (203,49,185). Sum of RGB (Red+Green+Blue) = 203+49+185=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31B9 is #34CE46. Grayscale: #6E6E6E. Windows color (decimal): -3460679 or 12136907. OLE color: 12136907.
HSL color Cylindrical-coordinate representation of color #CB31B9: hue angle of 307.01º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB31B9 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 185 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.20 |
| HSL | 307.01º | 0.61% | 0.49% | - |
| HSV(B) | 307.01º | 0.76% | 0.8% | - |
| XYZ | 34.48 | 18.4 | 47.63 | - |
| YUV | 110.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 185 | 0 | 0.76 | 0.09 | 0.20 | 307.01 | 0.61 | 0.49 |
| Hex | CB | 31 | B9 | 0 | 4C | 9 | 14 | 133 | 3D | 31 |
| Octal | 313 | 61 | 271 | 0 | 114 | 11 | 24 | 463 | 75 | 61 |
| Binary | 11001011 | 110001 | 10111001 | 0 | 1001100 | 1001 | 10100 | 100110011 | 111101 | 110001 |
Color Harmonies of #CB31B9
Complementary color
Monochromatic Colors of #CB31B9
Black with #CB31B9
Text Example
Text Example
White with #CB31B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31B9; }
p { color: rgb(203,49,185); }
H1.HeaderClassName
{
color: #CB31B9;
}
.AnyTagClassName
{
color: #CB31B9;
}
</style>
background-color css
<style>
a { background-color: #CB31B9; }
a { background-color: rgb(203,49,185); }
div.DivClassName
{
background-color: #CB31B9;
}
.BgClassName
{
background-color: #CB31B9;
}
</style>
border-color css
<style>
span { border-color: #CB31B9; }
span { border-color: rgb(203,49,185); }
td.TdClassName
{
border-color: #CB31B9;
}
.TagClassName
{
border-color: #CB31B9;
}
</style>