Shades of Fuchsia #CF5FBA
Tints of Fuchsia #CF5FBA
RGB
CMYK
RGB Variations
Color information
#CF5FBA (or 0xCF5FBA) is known color: Fuchsia. HEX triplet: CF, 5F and BA. RGB value is (207,95,186). Sum of RGB (Red+Green+Blue) = 207+95+186=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FBA is #30A045. Grayscale: #8A8A8A. Windows color (decimal): -3186758 or 12214223. OLE color: 12214223.
HSL color Cylindrical-coordinate representation of color #CF5FBA: hue angle of 311.25º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5FBA is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 186 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.19 |
| HSL | 311.25º | 0.54% | 0.59% | - |
| HSV(B) | 311.25º | 0.54% | 0.81% | - |
| XYZ | 38.69 | 24.99 | 49.24 | - |
| YUV | 138.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 186 | 0 | 0.54 | 0.10 | 0.19 | 311.25 | 0.54 | 0.59 |
| Hex | CF | 5F | BA | 0 | 36 | A | 13 | 137 | 36 | 3B |
| Octal | 317 | 137 | 272 | 0 | 66 | 12 | 23 | 467 | 66 | 73 |
| Binary | 11001111 | 1011111 | 10111010 | 0 | 110110 | 1010 | 10011 | 100110111 | 110110 | 111011 |
Color Harmonies of #CF5FBA
Complementary color
Monochromatic Colors of #CF5FBA
Black with #CF5FBA
Text Example
Text Example
White with #CF5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FBA; }
p { color: rgb(207,95,186); }
H1.HeaderClassName
{
color: #CF5FBA;
}
.AnyTagClassName
{
color: #CF5FBA;
}
</style>
background-color css
<style>
a { background-color: #CF5FBA; }
a { background-color: rgb(207,95,186); }
div.DivClassName
{
background-color: #CF5FBA;
}
.BgClassName
{
background-color: #CF5FBA;
}
</style>
border-color css
<style>
span { border-color: #CF5FBA; }
span { border-color: rgb(207,95,186); }
td.TdClassName
{
border-color: #CF5FBA;
}
.TagClassName
{
border-color: #CF5FBA;
}
</style>