Shades of Fuchsia #CF31D6
Tints of Fuchsia #CF31D6
RGB
CMYK
RGB Variations
Color information
#CF31D6 (or 0xCF31D6) is known color: Fuchsia. HEX triplet: CF, 31 and D6. RGB value is (207,49,214). Sum of RGB (Red+Green+Blue) = 207+49+214=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF31D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31D6 is #30CE29. Grayscale: #727272. Windows color (decimal): -3198506 or 14037455. OLE color: 14037455.
HSL color Cylindrical-coordinate representation of color #CF31D6: hue angle of 297.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF31D6 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 49 | 214 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.16 |
| HSL | 297.45º | 0.67% | 0.52% | - |
| HSV(B) | 297.45º | 0.77% | 0.84% | - |
| XYZ | 38.97 | 20.32 | 65.49 | - |
| YUV | 115.05 | 183.85 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 214 | 0.03 | 0.77 | 0 | 0.16 | 297.45 | 0.67 | 0.52 |
| Hex | CF | 31 | D6 | 3 | 4D | 0 | 10 | 129 | 43 | 34 |
| Octal | 317 | 61 | 326 | 3 | 115 | 0 | 20 | 451 | 103 | 64 |
| Binary | 11001111 | 110001 | 11010110 | 11 | 1001101 | 0 | 10000 | 100101001 | 1000011 | 110100 |
Color Harmonies of #CF31D6
Complementary color
Monochromatic Colors of #CF31D6
Black with #CF31D6
Text Example
Text Example
White with #CF31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31D6; }
p { color: rgb(207,49,214); }
H1.HeaderClassName
{
color: #CF31D6;
}
.AnyTagClassName
{
color: #CF31D6;
}
</style>
background-color css
<style>
a { background-color: #CF31D6; }
a { background-color: rgb(207,49,214); }
div.DivClassName
{
background-color: #CF31D6;
}
.BgClassName
{
background-color: #CF31D6;
}
</style>
border-color css
<style>
span { border-color: #CF31D6; }
span { border-color: rgb(207,49,214); }
td.TdClassName
{
border-color: #CF31D6;
}
.TagClassName
{
border-color: #CF31D6;
}
</style>