Shades of Fuchsia #CF31BC
Tints of Fuchsia #CF31BC
RGB
CMYK
RGB Variations
Color information
#CF31BC (or 0xCF31BC) is known color: Fuchsia. HEX triplet: CF, 31 and BC. RGB value is (207,49,188). Sum of RGB (Red+Green+Blue) = 207+49+188=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31BC is #30CE43. Grayscale: #6F6F6F. Windows color (decimal): -3198532 or 12333519. OLE color: 12333519.
HSL color Cylindrical-coordinate representation of color #CF31BC: hue angle of 307.22º 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 #CF31BC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 188 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.19 |
| HSL | 307.22º | 0.62% | 0.5% | - |
| HSV(B) | 307.22º | 0.76% | 0.81% | - |
| XYZ | 35.91 | 19.09 | 49.37 | - |
| YUV | 112.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 188 | 0 | 0.76 | 0.09 | 0.19 | 307.22 | 0.62 | 0.5 |
| Hex | CF | 31 | BC | 0 | 4C | 9 | 13 | 133 | 3E | 32 |
| Octal | 317 | 61 | 274 | 0 | 114 | 11 | 23 | 463 | 76 | 62 |
| Binary | 11001111 | 110001 | 10111100 | 0 | 1001100 | 1001 | 10011 | 100110011 | 111110 | 110010 |
Color Harmonies of #CF31BC
Complementary color
Monochromatic Colors of #CF31BC
Black with #CF31BC
Text Example
Text Example
White with #CF31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31BC; }
p { color: rgb(207,49,188); }
H1.HeaderClassName
{
color: #CF31BC;
}
.AnyTagClassName
{
color: #CF31BC;
}
</style>
background-color css
<style>
a { background-color: #CF31BC; }
a { background-color: rgb(207,49,188); }
div.DivClassName
{
background-color: #CF31BC;
}
.BgClassName
{
background-color: #CF31BC;
}
</style>
border-color css
<style>
span { border-color: #CF31BC; }
span { border-color: rgb(207,49,188); }
td.TdClassName
{
border-color: #CF31BC;
}
.TagClassName
{
border-color: #CF31BC;
}
</style>