Shades of Fuchsia #CF31B5
Tints of Fuchsia #CF31B5
RGB
CMYK
RGB Variations
Color information
#CF31B5 (or 0xCF31B5) is known color: Fuchsia. HEX triplet: CF, 31 and B5. RGB value is (207,49,181). Sum of RGB (Red+Green+Blue) = 207+49+181=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31B5 is #30CE4A. Grayscale: #6E6E6E. Windows color (decimal): -3198539 or 11874767. OLE color: 11874767.
HSL color Cylindrical-coordinate representation of color #CF31B5: hue angle of 309.87º 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 #CF31B5 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 181 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.19 |
| HSL | 309.87º | 0.62% | 0.5% | - |
| HSV(B) | 309.87º | 0.76% | 0.81% | - |
| XYZ | 35.17 | 18.8 | 45.49 | - |
| YUV | 111.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 181 | 0 | 0.76 | 0.13 | 0.19 | 309.87 | 0.62 | 0.5 |
| Hex | CF | 31 | B5 | 0 | 4C | D | 13 | 136 | 3E | 32 |
| Octal | 317 | 61 | 265 | 0 | 114 | 15 | 23 | 466 | 76 | 62 |
| Binary | 11001111 | 110001 | 10110101 | 0 | 1001100 | 1101 | 10011 | 100110110 | 111110 | 110010 |
Color Harmonies of #CF31B5
Complementary color
Monochromatic Colors of #CF31B5
Black with #CF31B5
Text Example
Text Example
White with #CF31B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31B5; }
p { color: rgb(207,49,181); }
H1.HeaderClassName
{
color: #CF31B5;
}
.AnyTagClassName
{
color: #CF31B5;
}
</style>
background-color css
<style>
a { background-color: #CF31B5; }
a { background-color: rgb(207,49,181); }
div.DivClassName
{
background-color: #CF31B5;
}
.BgClassName
{
background-color: #CF31B5;
}
</style>
border-color css
<style>
span { border-color: #CF31B5; }
span { border-color: rgb(207,49,181); }
td.TdClassName
{
border-color: #CF31B5;
}
.TagClassName
{
border-color: #CF31B5;
}
</style>