Shades of Fuchsia #CF2ABB
Tints of Fuchsia #CF2ABB
RGB
CMYK
RGB Variations
Color information
#CF2ABB (or 0xCF2ABB) is known color: Fuchsia. HEX triplet: CF, 2A and BB. RGB value is (207,42,187). Sum of RGB (Red+Green+Blue) = 207+42+187=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ABB is #30D544. Grayscale: #6B6B6B. Windows color (decimal): -3200325 or 12266191. OLE color: 12266191.
HSL color Cylindrical-coordinate representation of color #CF2ABB: hue angle of 307.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2ABB is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 187 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.19 |
| HSL | 307.27º | 0.66% | 0.49% | - |
| HSV(B) | 307.27º | 0.8% | 0.81% | - |
| XYZ | 35.53 | 18.51 | 48.71 | - |
| YUV | 107.87 | 172.66 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 187 | 0 | 0.80 | 0.10 | 0.19 | 307.27 | 0.66 | 0.49 |
| Hex | CF | 2A | BB | 0 | 50 | A | 13 | 133 | 42 | 31 |
| Octal | 317 | 52 | 273 | 0 | 120 | 12 | 23 | 463 | 102 | 61 |
| Binary | 11001111 | 101010 | 10111011 | 0 | 1010000 | 1010 | 10011 | 100110011 | 1000010 | 110001 |
Color Harmonies of #CF2ABB
Complementary color
Monochromatic Colors of #CF2ABB
Black with #CF2ABB
Text Example
Text Example
White with #CF2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ABB; }
p { color: rgb(207,42,187); }
H1.HeaderClassName
{
color: #CF2ABB;
}
.AnyTagClassName
{
color: #CF2ABB;
}
</style>
background-color css
<style>
a { background-color: #CF2ABB; }
a { background-color: rgb(207,42,187); }
div.DivClassName
{
background-color: #CF2ABB;
}
.BgClassName
{
background-color: #CF2ABB;
}
</style>
border-color css
<style>
span { border-color: #CF2ABB; }
span { border-color: rgb(207,42,187); }
td.TdClassName
{
border-color: #CF2ABB;
}
.TagClassName
{
border-color: #CF2ABB;
}
</style>