Shades of Fuchsia #CF2CBA
Tints of Fuchsia #CF2CBA
RGB
CMYK
RGB Variations
Color information
#CF2CBA (or 0xCF2CBA) is known color: Fuchsia. HEX triplet: CF, 2C and BA. RGB value is (207,44,186). Sum of RGB (Red+Green+Blue) = 207+44+186=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CBA is #30D345. Grayscale: #6C6C6C. Windows color (decimal): -3199814 or 12201167. OLE color: 12201167.
HSL color Cylindrical-coordinate representation of color #CF2CBA: hue angle of 307.73º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2CBA is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 186 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.19 |
| HSL | 307.73º | 0.65% | 0.49% | - |
| HSV(B) | 307.73º | 0.79% | 0.81% | - |
| XYZ | 35.5 | 18.61 | 48.18 | - |
| YUV | 108.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 186 | 0 | 0.79 | 0.10 | 0.19 | 307.73 | 0.65 | 0.49 |
| Hex | CF | 2C | BA | 0 | 4F | A | 13 | 134 | 41 | 31 |
| Octal | 317 | 54 | 272 | 0 | 117 | 12 | 23 | 464 | 101 | 61 |
| Binary | 11001111 | 101100 | 10111010 | 0 | 1001111 | 1010 | 10011 | 100110100 | 1000001 | 110001 |
Color Harmonies of #CF2CBA
Complementary color
Monochromatic Colors of #CF2CBA
Black with #CF2CBA
Text Example
Text Example
White with #CF2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CBA; }
p { color: rgb(207,44,186); }
H1.HeaderClassName
{
color: #CF2CBA;
}
.AnyTagClassName
{
color: #CF2CBA;
}
</style>
background-color css
<style>
a { background-color: #CF2CBA; }
a { background-color: rgb(207,44,186); }
div.DivClassName
{
background-color: #CF2CBA;
}
.BgClassName
{
background-color: #CF2CBA;
}
</style>
border-color css
<style>
span { border-color: #CF2CBA; }
span { border-color: rgb(207,44,186); }
td.TdClassName
{
border-color: #CF2CBA;
}
.TagClassName
{
border-color: #CF2CBA;
}
</style>