Shades of Fuchsia #CF2FBB
Tints of Fuchsia #CF2FBB
RGB
CMYK
RGB Variations
Color information
#CF2FBB (or 0xCF2FBB) is known color: Fuchsia. HEX triplet: CF, 2F and BB. RGB value is (207,47,187). Sum of RGB (Red+Green+Blue) = 207+47+187=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FBB is #30D044. Grayscale: #6E6E6E. Windows color (decimal): -3199045 or 12267471. OLE color: 12267471.
HSL color Cylindrical-coordinate representation of color #CF2FBB: hue angle of 307.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2FBB is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 187 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.19 |
| HSL | 307.5º | 0.63% | 0.5% | - |
| HSV(B) | 307.5º | 0.77% | 0.81% | - |
| XYZ | 35.72 | 18.89 | 48.78 | - |
| YUV | 110.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 187 | 0 | 0.77 | 0.10 | 0.19 | 307.5 | 0.63 | 0.5 |
| Hex | CF | 2F | BB | 0 | 4D | A | 13 | 134 | 3F | 32 |
| Octal | 317 | 57 | 273 | 0 | 115 | 12 | 23 | 464 | 77 | 62 |
| Binary | 11001111 | 101111 | 10111011 | 0 | 1001101 | 1010 | 10011 | 100110100 | 111111 | 110010 |
Color Harmonies of #CF2FBB
Complementary color
Monochromatic Colors of #CF2FBB
Black with #CF2FBB
Text Example
Text Example
White with #CF2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FBB; }
p { color: rgb(207,47,187); }
H1.HeaderClassName
{
color: #CF2FBB;
}
.AnyTagClassName
{
color: #CF2FBB;
}
</style>
background-color css
<style>
a { background-color: #CF2FBB; }
a { background-color: rgb(207,47,187); }
div.DivClassName
{
background-color: #CF2FBB;
}
.BgClassName
{
background-color: #CF2FBB;
}
</style>
border-color css
<style>
span { border-color: #CF2FBB; }
span { border-color: rgb(207,47,187); }
td.TdClassName
{
border-color: #CF2FBB;
}
.TagClassName
{
border-color: #CF2FBB;
}
</style>