Shades of Fuchsia #CF31B2
Tints of Fuchsia #CF31B2
RGB
CMYK
RGB Variations
Color information
#CF31B2 (or 0xCF31B2) is known color: Fuchsia. HEX triplet: CF, 31 and B2. RGB value is (207,49,178). Sum of RGB (Red+Green+Blue) = 207+49+178=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF31B2 is #30CE4D. Grayscale: #6E6E6E. Windows color (decimal): -3198542 or 11678159. OLE color: 11678159.
HSL color Cylindrical-coordinate representation of color #CF31B2: hue angle of 311.01º 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 #CF31B2 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 178 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.19 |
| HSL | 311.01º | 0.62% | 0.5% | - |
| HSV(B) | 311.01º | 0.76% | 0.81% | - |
| XYZ | 34.87 | 18.68 | 43.89 | - |
| YUV | 110.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 178 | 0 | 0.76 | 0.14 | 0.19 | 311.01 | 0.62 | 0.5 |
| Hex | CF | 31 | B2 | 0 | 4C | E | 13 | 137 | 3E | 32 |
| Octal | 317 | 61 | 262 | 0 | 114 | 16 | 23 | 467 | 76 | 62 |
| Binary | 11001111 | 110001 | 10110010 | 0 | 1001100 | 1110 | 10011 | 100110111 | 111110 | 110010 |
Color Harmonies of #CF31B2
Complementary color
Monochromatic Colors of #CF31B2
Black with #CF31B2
Text Example
Text Example
White with #CF31B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF31B2; }
p { color: rgb(207,49,178); }
H1.HeaderClassName
{
color: #CF31B2;
}
.AnyTagClassName
{
color: #CF31B2;
}
</style>
background-color css
<style>
a { background-color: #CF31B2; }
a { background-color: rgb(207,49,178); }
div.DivClassName
{
background-color: #CF31B2;
}
.BgClassName
{
background-color: #CF31B2;
}
</style>
border-color css
<style>
span { border-color: #CF31B2; }
span { border-color: rgb(207,49,178); }
td.TdClassName
{
border-color: #CF31B2;
}
.TagClassName
{
border-color: #CF31B2;
}
</style>