Shades of Fuchsia #CF44BB
Tints of Fuchsia #CF44BB
RGB
CMYK
RGB Variations
Color information
#CF44BB (or 0xCF44BB) is known color: Fuchsia. HEX triplet: CF, 44 and BB. RGB value is (207,68,187). Sum of RGB (Red+Green+Blue) = 207+68+187=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44BB is #30BB44. Grayscale: #7A7A7A. Windows color (decimal): -3193669 or 12272847. OLE color: 12272847.
HSL color Cylindrical-coordinate representation of color #CF44BB: hue angle of 308.63º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF44BB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 187 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.19 |
| HSL | 308.63º | 0.59% | 0.54% | - |
| HSV(B) | 308.63º | 0.67% | 0.81% | - |
| XYZ | 36.77 | 20.99 | 49.13 | - |
| YUV | 123.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 187 | 0 | 0.67 | 0.10 | 0.19 | 308.63 | 0.59 | 0.54 |
| Hex | CF | 44 | BB | 0 | 43 | A | 13 | 135 | 3B | 36 |
| Octal | 317 | 104 | 273 | 0 | 103 | 12 | 23 | 465 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10111011 | 0 | 1000011 | 1010 | 10011 | 100110101 | 111011 | 110110 |
Color Harmonies of #CF44BB
Complementary color
Monochromatic Colors of #CF44BB
Black with #CF44BB
Text Example
Text Example
White with #CF44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44BB; }
p { color: rgb(207,68,187); }
H1.HeaderClassName
{
color: #CF44BB;
}
.AnyTagClassName
{
color: #CF44BB;
}
</style>
background-color css
<style>
a { background-color: #CF44BB; }
a { background-color: rgb(207,68,187); }
div.DivClassName
{
background-color: #CF44BB;
}
.BgClassName
{
background-color: #CF44BB;
}
</style>
border-color css
<style>
span { border-color: #CF44BB; }
span { border-color: rgb(207,68,187); }
td.TdClassName
{
border-color: #CF44BB;
}
.TagClassName
{
border-color: #CF44BB;
}
</style>