Shades of Fuchsia #CF4FBA
Tints of Fuchsia #CF4FBA
RGB
CMYK
RGB Variations
Color information
#CF4FBA (or 0xCF4FBA) is known color: Fuchsia. HEX triplet: CF, 4F and BA. RGB value is (207,79,186). Sum of RGB (Red+Green+Blue) = 207+79+186=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FBA is #30B045. Grayscale: #818181. Windows color (decimal): -3190854 or 12210127. OLE color: 12210127.
HSL color Cylindrical-coordinate representation of color #CF4FBA: hue angle of 309.84º 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 #CF4FBA is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 186 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.19 |
| HSL | 309.84º | 0.57% | 0.56% | - |
| HSV(B) | 309.84º | 0.62% | 0.81% | - |
| XYZ | 37.39 | 22.4 | 48.81 | - |
| YUV | 129.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 186 | 0 | 0.62 | 0.10 | 0.19 | 309.84 | 0.57 | 0.56 |
| Hex | CF | 4F | BA | 0 | 3E | A | 13 | 136 | 39 | 38 |
| Octal | 317 | 117 | 272 | 0 | 76 | 12 | 23 | 466 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10111010 | 0 | 111110 | 1010 | 10011 | 100110110 | 111001 | 111000 |
Color Harmonies of #CF4FBA
Complementary color
Monochromatic Colors of #CF4FBA
Black with #CF4FBA
Text Example
Text Example
White with #CF4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FBA; }
p { color: rgb(207,79,186); }
H1.HeaderClassName
{
color: #CF4FBA;
}
.AnyTagClassName
{
color: #CF4FBA;
}
</style>
background-color css
<style>
a { background-color: #CF4FBA; }
a { background-color: rgb(207,79,186); }
div.DivClassName
{
background-color: #CF4FBA;
}
.BgClassName
{
background-color: #CF4FBA;
}
</style>
border-color css
<style>
span { border-color: #CF4FBA; }
span { border-color: rgb(207,79,186); }
td.TdClassName
{
border-color: #CF4FBA;
}
.TagClassName
{
border-color: #CF4FBA;
}
</style>