Shades of Fuchsia #CF5BBC
Tints of Fuchsia #CF5BBC
RGB
CMYK
RGB Variations
Color information
#CF5BBC (or 0xCF5BBC) is known color: Fuchsia. HEX triplet: CF, 5B and BC. RGB value is (207,91,188). Sum of RGB (Red+Green+Blue) = 207+91+188=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BBC is #30A443. Grayscale: #888888. Windows color (decimal): -3187780 or 12344271. OLE color: 12344271.
HSL color Cylindrical-coordinate representation of color #CF5BBC: hue angle of 309.83º 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 #CF5BBC is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 188 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.19 |
| HSL | 309.83º | 0.55% | 0.58% | - |
| HSV(B) | 309.83º | 0.56% | 0.81% | - |
| XYZ | 38.55 | 24.38 | 50.25 | - |
| YUV | 136.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 188 | 0 | 0.56 | 0.09 | 0.19 | 309.83 | 0.55 | 0.58 |
| Hex | CF | 5B | BC | 0 | 38 | 9 | 13 | 136 | 37 | 3A |
| Octal | 317 | 133 | 274 | 0 | 70 | 11 | 23 | 466 | 67 | 72 |
| Binary | 11001111 | 1011011 | 10111100 | 0 | 111000 | 1001 | 10011 | 100110110 | 110111 | 111010 |
Color Harmonies of #CF5BBC
Complementary color
Monochromatic Colors of #CF5BBC
Black with #CF5BBC
Text Example
Text Example
White with #CF5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BBC; }
p { color: rgb(207,91,188); }
H1.HeaderClassName
{
color: #CF5BBC;
}
.AnyTagClassName
{
color: #CF5BBC;
}
</style>
background-color css
<style>
a { background-color: #CF5BBC; }
a { background-color: rgb(207,91,188); }
div.DivClassName
{
background-color: #CF5BBC;
}
.BgClassName
{
background-color: #CF5BBC;
}
</style>
border-color css
<style>
span { border-color: #CF5BBC; }
span { border-color: rgb(207,91,188); }
td.TdClassName
{
border-color: #CF5BBC;
}
.TagClassName
{
border-color: #CF5BBC;
}
</style>