Shades of Fuchsia #CF31C9
Tints of Fuchsia #CF31C9
RGB
CMYK
RGB Variations
Color information
#CF31C9 (or 0xCF31C9) is known color: Fuchsia. HEX triplet: CF, 31 and C9. RGB value is (207,49,201). Sum of RGB (Red+Green+Blue) = 207+49+201=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31C9 is #30CE36. Grayscale: #717171. Windows color (decimal): -3198519 or 13185487. OLE color: 13185487.
HSL color Cylindrical-coordinate representation of color #CF31C9: hue angle of 302.28º 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 #CF31C9 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 201 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.19 |
| HSL | 302.28º | 0.62% | 0.5% | - |
| HSV(B) | 302.28º | 0.76% | 0.81% | - |
| XYZ | 37.37 | 19.68 | 57.09 | - |
| YUV | 113.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 201 | 0 | 0.76 | 0.03 | 0.19 | 302.28 | 0.62 | 0.5 |
| Hex | CF | 31 | C9 | 0 | 4C | 3 | 13 | 12E | 3E | 32 |
| Octal | 317 | 61 | 311 | 0 | 114 | 3 | 23 | 456 | 76 | 62 |
| Binary | 11001111 | 110001 | 11001001 | 0 | 1001100 | 11 | 10011 | 100101110 | 111110 | 110010 |
Color Harmonies of #CF31C9
Complementary color
Monochromatic Colors of #CF31C9
Black with #CF31C9
Text Example
Text Example
White with #CF31C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31C9; }
p { color: rgb(207,49,201); }
H1.HeaderClassName
{
color: #CF31C9;
}
.AnyTagClassName
{
color: #CF31C9;
}
</style>
background-color css
<style>
a { background-color: #CF31C9; }
a { background-color: rgb(207,49,201); }
div.DivClassName
{
background-color: #CF31C9;
}
.BgClassName
{
background-color: #CF31C9;
}
</style>
border-color css
<style>
span { border-color: #CF31C9; }
span { border-color: rgb(207,49,201); }
td.TdClassName
{
border-color: #CF31C9;
}
.TagClassName
{
border-color: #CF31C9;
}
</style>