Shades of Fuchsia #CF2CBB
Tints of Fuchsia #CF2CBB
RGB
CMYK
RGB Variations
Color information
#CF2CBB (or 0xCF2CBB) is known color: Fuchsia. HEX triplet: CF, 2C and BB. RGB value is (207,44,187). Sum of RGB (Red+Green+Blue) = 207+44+187=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CBB is #30D344. Grayscale: #6C6C6C. Windows color (decimal): -3199813 or 12266703. OLE color: 12266703.
HSL color Cylindrical-coordinate representation of color #CF2CBB: hue angle of 307.36º 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 #CF2CBB is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 187 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.19 |
| HSL | 307.36º | 0.65% | 0.49% | - |
| HSV(B) | 307.36º | 0.79% | 0.81% | - |
| XYZ | 35.6 | 18.65 | 48.74 | - |
| YUV | 109.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 187 | 0 | 0.79 | 0.10 | 0.19 | 307.36 | 0.65 | 0.49 |
| Hex | CF | 2C | BB | 0 | 4F | A | 13 | 133 | 41 | 31 |
| Octal | 317 | 54 | 273 | 0 | 117 | 12 | 23 | 463 | 101 | 61 |
| Binary | 11001111 | 101100 | 10111011 | 0 | 1001111 | 1010 | 10011 | 100110011 | 1000001 | 110001 |
Color Harmonies of #CF2CBB
Complementary color
Monochromatic Colors of #CF2CBB
Black with #CF2CBB
Text Example
Text Example
White with #CF2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CBB; }
p { color: rgb(207,44,187); }
H1.HeaderClassName
{
color: #CF2CBB;
}
.AnyTagClassName
{
color: #CF2CBB;
}
</style>
background-color css
<style>
a { background-color: #CF2CBB; }
a { background-color: rgb(207,44,187); }
div.DivClassName
{
background-color: #CF2CBB;
}
.BgClassName
{
background-color: #CF2CBB;
}
</style>
border-color css
<style>
span { border-color: #CF2CBB; }
span { border-color: rgb(207,44,187); }
td.TdClassName
{
border-color: #CF2CBB;
}
.TagClassName
{
border-color: #CF2CBB;
}
</style>