Shades of Fuchsia #CF4FBC
Tints of Fuchsia #CF4FBC
RGB
CMYK
RGB Variations
Color information
#CF4FBC (or 0xCF4FBC) is known color: Fuchsia. HEX triplet: CF, 4F and BC. RGB value is (207,79,188). Sum of RGB (Red+Green+Blue) = 207+79+188=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FBC is #30B043. Grayscale: #818181. Windows color (decimal): -3190852 or 12341199. OLE color: 12341199.
HSL color Cylindrical-coordinate representation of color #CF4FBC: hue angle of 308.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4FBC is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 188 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.19 |
| HSL | 308.91º | 0.57% | 0.56% | - |
| HSV(B) | 308.91º | 0.62% | 0.81% | - |
| XYZ | 37.61 | 22.49 | 49.94 | - |
| YUV | 129.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 188 | 0 | 0.62 | 0.09 | 0.19 | 308.91 | 0.57 | 0.56 |
| Hex | CF | 4F | BC | 0 | 3E | 9 | 13 | 135 | 39 | 38 |
| Octal | 317 | 117 | 274 | 0 | 76 | 11 | 23 | 465 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10111100 | 0 | 111110 | 1001 | 10011 | 100110101 | 111001 | 111000 |
Color Harmonies of #CF4FBC
Complementary color
Monochromatic Colors of #CF4FBC
Black with #CF4FBC
Text Example
Text Example
White with #CF4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FBC; }
p { color: rgb(207,79,188); }
H1.HeaderClassName
{
color: #CF4FBC;
}
.AnyTagClassName
{
color: #CF4FBC;
}
</style>
background-color css
<style>
a { background-color: #CF4FBC; }
a { background-color: rgb(207,79,188); }
div.DivClassName
{
background-color: #CF4FBC;
}
.BgClassName
{
background-color: #CF4FBC;
}
</style>
border-color css
<style>
span { border-color: #CF4FBC; }
span { border-color: rgb(207,79,188); }
td.TdClassName
{
border-color: #CF4FBC;
}
.TagClassName
{
border-color: #CF4FBC;
}
</style>