Shades of Fuchsia #CF31CF
Tints of Fuchsia #CF31CF
RGB
CMYK
RGB Variations
Color information
#CF31CF (or 0xCF31CF) is known color: Fuchsia. HEX triplet: CF, 31 and CF. RGB value is (207,49,207). Sum of RGB (Red+Green+Blue) = 207+49+207=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31CF is #30CE30. Grayscale: #717171. Windows color (decimal): -3198513 or 13578703. OLE color: 13578703.
HSL color Cylindrical-coordinate representation of color #CF31CF: hue angle of 300º 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 #CF31CF is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 207 | - |
| CMYK | 0 | 0.76 | 0 | 0.19 |
| HSL | 300º | 0.62% | 0.5% | - |
| HSV(B) | 300º | 0.76% | 0.81% | - |
| XYZ | 38.09 | 19.97 | 60.88 | - |
| YUV | 114.25 | 180.35 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 207 | 0 | 0.76 | 0 | 0.19 | 300 | 0.62 | 0.5 |
| Hex | CF | 31 | CF | 0 | 4C | 0 | 13 | 12C | 3E | 32 |
| Octal | 317 | 61 | 317 | 0 | 114 | 0 | 23 | 454 | 76 | 62 |
| Binary | 11001111 | 110001 | 11001111 | 0 | 1001100 | 0 | 10011 | 100101100 | 111110 | 110010 |
Color Harmonies of #CF31CF
Complementary color
Monochromatic Colors of #CF31CF
Black with #CF31CF
Text Example
Text Example
White with #CF31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31CF; }
p { color: rgb(207,49,207); }
H1.HeaderClassName
{
color: #CF31CF;
}
.AnyTagClassName
{
color: #CF31CF;
}
</style>
background-color css
<style>
a { background-color: #CF31CF; }
a { background-color: rgb(207,49,207); }
div.DivClassName
{
background-color: #CF31CF;
}
.BgClassName
{
background-color: #CF31CF;
}
</style>
border-color css
<style>
span { border-color: #CF31CF; }
span { border-color: rgb(207,49,207); }
td.TdClassName
{
border-color: #CF31CF;
}
.TagClassName
{
border-color: #CF31CF;
}
</style>