Shades of Fuchsia #CF6BBB
Tints of Fuchsia #CF6BBB
RGB
CMYK
RGB Variations
Color information
#CF6BBB (or 0xCF6BBB) is known color: Fuchsia. HEX triplet: CF, 6B and BB. RGB value is (207,107,187). Sum of RGB (Red+Green+Blue) = 207+107+187=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BBB is #309444. Grayscale: #919191. Windows color (decimal): -3183685 or 12282831. OLE color: 12282831.
HSL color Cylindrical-coordinate representation of color #CF6BBB: hue angle of 312º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6BBB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 187 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.19 |
| HSL | 312º | 0.51% | 0.62% | - |
| HSV(B) | 312º | 0.48% | 0.81% | - |
| XYZ | 39.96 | 27.37 | 50.19 | - |
| YUV | 146.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 187 | 0 | 0.48 | 0.10 | 0.19 | 312 | 0.51 | 0.62 |
| Hex | CF | 6B | BB | 0 | 30 | A | 13 | 138 | 33 | 3E |
| Octal | 317 | 153 | 273 | 0 | 60 | 12 | 23 | 470 | 63 | 76 |
| Binary | 11001111 | 1101011 | 10111011 | 0 | 110000 | 1010 | 10011 | 100111000 | 110011 | 111110 |
Color Harmonies of #CF6BBB
Complementary color
Monochromatic Colors of #CF6BBB
Black with #CF6BBB
Text Example
Text Example
White with #CF6BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BBB; }
p { color: rgb(207,107,187); }
H1.HeaderClassName
{
color: #CF6BBB;
}
.AnyTagClassName
{
color: #CF6BBB;
}
</style>
background-color css
<style>
a { background-color: #CF6BBB; }
a { background-color: rgb(207,107,187); }
div.DivClassName
{
background-color: #CF6BBB;
}
.BgClassName
{
background-color: #CF6BBB;
}
</style>
border-color css
<style>
span { border-color: #CF6BBB; }
span { border-color: rgb(207,107,187); }
td.TdClassName
{
border-color: #CF6BBB;
}
.TagClassName
{
border-color: #CF6BBB;
}
</style>