Shades of Fuchsia #CF2BBD
Tints of Fuchsia #CF2BBD
RGB
CMYK
RGB Variations
Color information
#CF2BBD (or 0xCF2BBD) is known color: Fuchsia. HEX triplet: CF, 2B and BD. RGB value is (207,43,189). Sum of RGB (Red+Green+Blue) = 207+43+189=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BBD is #30D442. Grayscale: #6C6C6C. Windows color (decimal): -3200067 or 12397519. OLE color: 12397519.
HSL color Cylindrical-coordinate representation of color #CF2BBD: hue angle of 306.59º degrees, saturation: 0.66, 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 #CF2BBD is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 189 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.19 |
| HSL | 306.59º | 0.66% | 0.49% | - |
| HSV(B) | 306.59º | 0.79% | 0.81% | - |
| XYZ | 35.78 | 18.67 | 49.86 | - |
| YUV | 108.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 189 | 0 | 0.79 | 0.09 | 0.19 | 306.59 | 0.66 | 0.49 |
| Hex | CF | 2B | BD | 0 | 4F | 9 | 13 | 133 | 42 | 31 |
| Octal | 317 | 53 | 275 | 0 | 117 | 11 | 23 | 463 | 102 | 61 |
| Binary | 11001111 | 101011 | 10111101 | 0 | 1001111 | 1001 | 10011 | 100110011 | 1000010 | 110001 |
Color Harmonies of #CF2BBD
Complementary color
Monochromatic Colors of #CF2BBD
Black with #CF2BBD
Text Example
Text Example
White with #CF2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BBD; }
p { color: rgb(207,43,189); }
H1.HeaderClassName
{
color: #CF2BBD;
}
.AnyTagClassName
{
color: #CF2BBD;
}
</style>
background-color css
<style>
a { background-color: #CF2BBD; }
a { background-color: rgb(207,43,189); }
div.DivClassName
{
background-color: #CF2BBD;
}
.BgClassName
{
background-color: #CF2BBD;
}
</style>
border-color css
<style>
span { border-color: #CF2BBD; }
span { border-color: rgb(207,43,189); }
td.TdClassName
{
border-color: #CF2BBD;
}
.TagClassName
{
border-color: #CF2BBD;
}
</style>