Shades of Fuchsia #CF31CB
Tints of Fuchsia #CF31CB
RGB
CMYK
RGB Variations
Color information
#CF31CB (or 0xCF31CB) is known color: Fuchsia. HEX triplet: CF, 31 and CB. RGB value is (207,49,203). Sum of RGB (Red+Green+Blue) = 207+49+203=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31CB is #30CE34. Grayscale: #717171. Windows color (decimal): -3198517 or 13316559. OLE color: 13316559.
HSL color Cylindrical-coordinate representation of color #CF31CB: hue angle of 301.52º 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 #CF31CB is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 203 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.19 |
| HSL | 301.52º | 0.62% | 0.5% | - |
| HSV(B) | 301.52º | 0.76% | 0.81% | - |
| XYZ | 37.61 | 19.77 | 58.33 | - |
| YUV | 113.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 203 | 0 | 0.76 | 0.02 | 0.19 | 301.52 | 0.62 | 0.5 |
| Hex | CF | 31 | CB | 0 | 4C | 2 | 13 | 12E | 3E | 32 |
| Octal | 317 | 61 | 313 | 0 | 114 | 2 | 23 | 456 | 76 | 62 |
| Binary | 11001111 | 110001 | 11001011 | 0 | 1001100 | 10 | 10011 | 100101110 | 111110 | 110010 |
Color Harmonies of #CF31CB
Complementary color
Monochromatic Colors of #CF31CB
Black with #CF31CB
Text Example
Text Example
White with #CF31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31CB; }
p { color: rgb(207,49,203); }
H1.HeaderClassName
{
color: #CF31CB;
}
.AnyTagClassName
{
color: #CF31CB;
}
</style>
background-color css
<style>
a { background-color: #CF31CB; }
a { background-color: rgb(207,49,203); }
div.DivClassName
{
background-color: #CF31CB;
}
.BgClassName
{
background-color: #CF31CB;
}
</style>
border-color css
<style>
span { border-color: #CF31CB; }
span { border-color: rgb(207,49,203); }
td.TdClassName
{
border-color: #CF31CB;
}
.TagClassName
{
border-color: #CF31CB;
}
</style>