Shades of Fuchsia #CB31BF
Tints of Fuchsia #CB31BF
RGB
CMYK
RGB Variations
Color information
#CB31BF (or 0xCB31BF) is known color: Fuchsia. HEX triplet: CB, 31 and BF. RGB value is (203,49,191). Sum of RGB (Red+Green+Blue) = 203+49+191=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31BF is #34CE40. Grayscale: #6E6E6E. Windows color (decimal): -3460673 or 12530123. OLE color: 12530123.
HSL color Cylindrical-coordinate representation of color #CB31BF: hue angle of 304.68º 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 #CB31BF is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 191 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.20 |
| HSL | 304.68º | 0.61% | 0.49% | - |
| HSV(B) | 304.68º | 0.76% | 0.8% | - |
| XYZ | 35.13 | 18.65 | 51.04 | - |
| YUV | 111.23 | 173.02 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 191 | 0 | 0.76 | 0.06 | 0.20 | 304.68 | 0.61 | 0.49 |
| Hex | CB | 31 | BF | 0 | 4C | 6 | 14 | 131 | 3D | 31 |
| Octal | 313 | 61 | 277 | 0 | 114 | 6 | 24 | 461 | 75 | 61 |
| Binary | 11001011 | 110001 | 10111111 | 0 | 1001100 | 110 | 10100 | 100110001 | 111101 | 110001 |
Color Harmonies of #CB31BF
Complementary color
Monochromatic Colors of #CB31BF
Black with #CB31BF
Text Example
Text Example
White with #CB31BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31BF; }
p { color: rgb(203,49,191); }
H1.HeaderClassName
{
color: #CB31BF;
}
.AnyTagClassName
{
color: #CB31BF;
}
</style>
background-color css
<style>
a { background-color: #CB31BF; }
a { background-color: rgb(203,49,191); }
div.DivClassName
{
background-color: #CB31BF;
}
.BgClassName
{
background-color: #CB31BF;
}
</style>
border-color css
<style>
span { border-color: #CB31BF; }
span { border-color: rgb(203,49,191); }
td.TdClassName
{
border-color: #CB31BF;
}
.TagClassName
{
border-color: #CB31BF;
}
</style>