Shades of Fuchsia #CF5BBB
Tints of Fuchsia #CF5BBB
RGB
CMYK
RGB Variations
Color information
#CF5BBB (or 0xCF5BBB) is known color: Fuchsia. HEX triplet: CF, 5B and BB. RGB value is (207,91,187). Sum of RGB (Red+Green+Blue) = 207+91+187=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BBB is #30A444. Grayscale: #888888. Windows color (decimal): -3187781 or 12278735. OLE color: 12278735.
HSL color Cylindrical-coordinate representation of color #CF5BBB: hue angle of 310.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5BBB is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 187 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.19 |
| HSL | 310.34º | 0.55% | 0.58% | - |
| HSV(B) | 310.34º | 0.56% | 0.81% | - |
| XYZ | 38.44 | 24.34 | 49.68 | - |
| YUV | 136.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 187 | 0 | 0.56 | 0.10 | 0.19 | 310.34 | 0.55 | 0.58 |
| Hex | CF | 5B | BB | 0 | 38 | A | 13 | 136 | 37 | 3A |
| Octal | 317 | 133 | 273 | 0 | 70 | 12 | 23 | 466 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10111011 | 0 | 111000 | 1010 | 10011 | 100110110 | 110111 | 111010 |
Color Harmonies of #CF5BBB
Complementary color
Monochromatic Colors of #CF5BBB
Black with #CF5BBB
Text Example
Text Example
White with #CF5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BBB; }
p { color: rgb(207,91,187); }
H1.HeaderClassName
{
color: #CF5BBB;
}
.AnyTagClassName
{
color: #CF5BBB;
}
</style>
background-color css
<style>
a { background-color: #CF5BBB; }
a { background-color: rgb(207,91,187); }
div.DivClassName
{
background-color: #CF5BBB;
}
.BgClassName
{
background-color: #CF5BBB;
}
</style>
border-color css
<style>
span { border-color: #CF5BBB; }
span { border-color: rgb(207,91,187); }
td.TdClassName
{
border-color: #CF5BBB;
}
.TagClassName
{
border-color: #CF5BBB;
}
</style>