Shades of Fuchsia #CF2CBC
Tints of Fuchsia #CF2CBC
RGB
CMYK
RGB Variations
Color information
#CF2CBC (or 0xCF2CBC) is known color: Fuchsia. HEX triplet: CF, 2C and BC. RGB value is (207,44,188). Sum of RGB (Red+Green+Blue) = 207+44+188=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CBC is #30D343. Grayscale: #6C6C6C. Windows color (decimal): -3199812 or 12332239. OLE color: 12332239.
HSL color Cylindrical-coordinate representation of color #CF2CBC: hue angle of 306.99º 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 #CF2CBC is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 188 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.19 |
| HSL | 306.99º | 0.65% | 0.49% | - |
| HSV(B) | 306.99º | 0.79% | 0.81% | - |
| XYZ | 35.71 | 18.7 | 49.3 | - |
| YUV | 109.15 | 172.5 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 188 | 0 | 0.79 | 0.09 | 0.19 | 306.99 | 0.65 | 0.49 |
| Hex | CF | 2C | BC | 0 | 4F | 9 | 13 | 133 | 41 | 31 |
| Octal | 317 | 54 | 274 | 0 | 117 | 11 | 23 | 463 | 101 | 61 |
| Binary | 11001111 | 101100 | 10111100 | 0 | 1001111 | 1001 | 10011 | 100110011 | 1000001 | 110001 |
Color Harmonies of #CF2CBC
Complementary color
Monochromatic Colors of #CF2CBC
Black with #CF2CBC
Text Example
Text Example
White with #CF2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CBC; }
p { color: rgb(207,44,188); }
H1.HeaderClassName
{
color: #CF2CBC;
}
.AnyTagClassName
{
color: #CF2CBC;
}
</style>
background-color css
<style>
a { background-color: #CF2CBC; }
a { background-color: rgb(207,44,188); }
div.DivClassName
{
background-color: #CF2CBC;
}
.BgClassName
{
background-color: #CF2CBC;
}
</style>
border-color css
<style>
span { border-color: #CF2CBC; }
span { border-color: rgb(207,44,188); }
td.TdClassName
{
border-color: #CF2CBC;
}
.TagClassName
{
border-color: #CF2CBC;
}
</style>