Shades of Fuchsia #CF31BB
Tints of Fuchsia #CF31BB
RGB
CMYK
RGB Variations
Color information
#CF31BB (or 0xCF31BB) is known color: Fuchsia. HEX triplet: CF, 31 and BB. RGB value is (207,49,187). Sum of RGB (Red+Green+Blue) = 207+49+187=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31BB is #30CE44. Grayscale: #6F6F6F. Windows color (decimal): -3198533 or 12267983. OLE color: 12267983.
HSL color Cylindrical-coordinate representation of color #CF31BB: hue angle of 307.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF31BB is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 187 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.19 |
| HSL | 307.59º | 0.62% | 0.5% | - |
| HSV(B) | 307.59º | 0.76% | 0.81% | - |
| XYZ | 35.8 | 19.05 | 48.8 | - |
| YUV | 111.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 187 | 0 | 0.76 | 0.10 | 0.19 | 307.59 | 0.62 | 0.5 |
| Hex | CF | 31 | BB | 0 | 4C | A | 13 | 134 | 3E | 32 |
| Octal | 317 | 61 | 273 | 0 | 114 | 12 | 23 | 464 | 76 | 62 |
| Binary | 11001111 | 110001 | 10111011 | 0 | 1001100 | 1010 | 10011 | 100110100 | 111110 | 110010 |
Color Harmonies of #CF31BB
Complementary color
Monochromatic Colors of #CF31BB
Black with #CF31BB
Text Example
Text Example
White with #CF31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31BB; }
p { color: rgb(207,49,187); }
H1.HeaderClassName
{
color: #CF31BB;
}
.AnyTagClassName
{
color: #CF31BB;
}
</style>
background-color css
<style>
a { background-color: #CF31BB; }
a { background-color: rgb(207,49,187); }
div.DivClassName
{
background-color: #CF31BB;
}
.BgClassName
{
background-color: #CF31BB;
}
</style>
border-color css
<style>
span { border-color: #CF31BB; }
span { border-color: rgb(207,49,187); }
td.TdClassName
{
border-color: #CF31BB;
}
.TagClassName
{
border-color: #CF31BB;
}
</style>