Shades of Fuchsia #CF40BB
Tints of Fuchsia #CF40BB
RGB
CMYK
RGB Variations
Color information
#CF40BB (or 0xCF40BB) is known color: Fuchsia. HEX triplet: CF, 40 and BB. RGB value is (207,64,187). Sum of RGB (Red+Green+Blue) = 207+64+187=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40BB is #30BF44. Grayscale: #787878. Windows color (decimal): -3194693 or 12271823. OLE color: 12271823.
HSL color Cylindrical-coordinate representation of color #CF40BB: hue angle of 308.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40BB is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 187 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.19 |
| HSL | 308.39º | 0.6% | 0.53% | - |
| HSV(B) | 308.39º | 0.69% | 0.81% | - |
| XYZ | 36.54 | 20.52 | 49.05 | - |
| YUV | 120.78 | 165.38 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 187 | 0 | 0.69 | 0.10 | 0.19 | 308.39 | 0.6 | 0.53 |
| Hex | CF | 40 | BB | 0 | 45 | A | 13 | 134 | 3C | 35 |
| Octal | 317 | 100 | 273 | 0 | 105 | 12 | 23 | 464 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10111011 | 0 | 1000101 | 1010 | 10011 | 100110100 | 111100 | 110101 |
Color Harmonies of #CF40BB
Complementary color
Monochromatic Colors of #CF40BB
Black with #CF40BB
Text Example
Text Example
White with #CF40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40BB; }
p { color: rgb(207,64,187); }
H1.HeaderClassName
{
color: #CF40BB;
}
.AnyTagClassName
{
color: #CF40BB;
}
</style>
background-color css
<style>
a { background-color: #CF40BB; }
a { background-color: rgb(207,64,187); }
div.DivClassName
{
background-color: #CF40BB;
}
.BgClassName
{
background-color: #CF40BB;
}
</style>
border-color css
<style>
span { border-color: #CF40BB; }
span { border-color: rgb(207,64,187); }
td.TdClassName
{
border-color: #CF40BB;
}
.TagClassName
{
border-color: #CF40BB;
}
</style>