Shades of Fuchsia #CF4BBB
Tints of Fuchsia #CF4BBB
RGB
CMYK
RGB Variations
Color information
#CF4BBB (or 0xCF4BBB) is known color: Fuchsia. HEX triplet: CF, 4B and BB. RGB value is (207,75,187). Sum of RGB (Red+Green+Blue) = 207+75+187=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BBB is #30B444. Grayscale: #7E7E7E. Windows color (decimal): -3191877 or 12274639. OLE color: 12274639.
HSL color Cylindrical-coordinate representation of color #CF4BBB: hue angle of 309.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4BBB is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 187 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.19 |
| HSL | 309.09º | 0.58% | 0.55% | - |
| HSV(B) | 309.09º | 0.64% | 0.81% | - |
| XYZ | 37.22 | 21.89 | 49.28 | - |
| YUV | 127.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 187 | 0 | 0.64 | 0.10 | 0.19 | 309.09 | 0.58 | 0.55 |
| Hex | CF | 4B | BB | 0 | 40 | A | 13 | 135 | 3A | 37 |
| Octal | 317 | 113 | 273 | 0 | 100 | 12 | 23 | 465 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10111011 | 0 | 1000000 | 1010 | 10011 | 100110101 | 111010 | 110111 |
Color Harmonies of #CF4BBB
Complementary color
Monochromatic Colors of #CF4BBB
Black with #CF4BBB
Text Example
Text Example
White with #CF4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BBB; }
p { color: rgb(207,75,187); }
H1.HeaderClassName
{
color: #CF4BBB;
}
.AnyTagClassName
{
color: #CF4BBB;
}
</style>
background-color css
<style>
a { background-color: #CF4BBB; }
a { background-color: rgb(207,75,187); }
div.DivClassName
{
background-color: #CF4BBB;
}
.BgClassName
{
background-color: #CF4BBB;
}
</style>
border-color css
<style>
span { border-color: #CF4BBB; }
span { border-color: rgb(207,75,187); }
td.TdClassName
{
border-color: #CF4BBB;
}
.TagClassName
{
border-color: #CF4BBB;
}
</style>