Shades of Fuchsia #CF61BA
Tints of Fuchsia #CF61BA
RGB
CMYK
RGB Variations
Color information
#CF61BA (or 0xCF61BA) is known color: Fuchsia. HEX triplet: CF, 61 and BA. RGB value is (207,97,186). Sum of RGB (Red+Green+Blue) = 207+97+186=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61BA is #309E45. Grayscale: #8B8B8B. Windows color (decimal): -3186246 or 12214735. OLE color: 12214735.
HSL color Cylindrical-coordinate representation of color #CF61BA: hue angle of 311.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF61BA is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 186 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.19 |
| HSL | 311.45º | 0.53% | 0.6% | - |
| HSV(B) | 311.45º | 0.53% | 0.81% | - |
| XYZ | 38.87 | 25.36 | 49.3 | - |
| YUV | 140.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 186 | 0 | 0.53 | 0.10 | 0.19 | 311.45 | 0.53 | 0.6 |
| Hex | CF | 61 | BA | 0 | 35 | A | 13 | 137 | 35 | 3C |
| Octal | 317 | 141 | 272 | 0 | 65 | 12 | 23 | 467 | 65 | 74 |
| Binary | 11001111 | 1100001 | 10111010 | 0 | 110101 | 1010 | 10011 | 100110111 | 110101 | 111100 |
Color Harmonies of #CF61BA
Complementary color
Monochromatic Colors of #CF61BA
Black with #CF61BA
Text Example
Text Example
White with #CF61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61BA; }
p { color: rgb(207,97,186); }
H1.HeaderClassName
{
color: #CF61BA;
}
.AnyTagClassName
{
color: #CF61BA;
}
</style>
background-color css
<style>
a { background-color: #CF61BA; }
a { background-color: rgb(207,97,186); }
div.DivClassName
{
background-color: #CF61BA;
}
.BgClassName
{
background-color: #CF61BA;
}
</style>
border-color css
<style>
span { border-color: #CF61BA; }
span { border-color: rgb(207,97,186); }
td.TdClassName
{
border-color: #CF61BA;
}
.TagClassName
{
border-color: #CF61BA;
}
</style>